Skip to content

Commit

Permalink
fix: missing reefacto
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john committed Nov 14, 2024
1 parent 6dcf849 commit b58f9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Repository/CarrierTaxeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public function generateFullQuery($langIso, $withSelecParameters)
')
->select('t.rate AS tax_rate')
;
}

$this->query->groupBy('ca.id_reference, co.id_zone, id_range, country_id');
$this->query->groupBy('ca.id_reference, co.id_zone, id_range, country_id');
}
}

/**
Expand Down

0 comments on commit b58f9c6

Please sign in to comment.