Skip to content

Commit

Permalink
this line was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Feb 21, 2024
1 parent 4df7142 commit 415d206
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public function getRate(Mage_Shipping_Model_Rate_Request $request)

// Render destination condition
$orWhere = '(' . implode(') OR (', $conditions) . ')';
$select->where($orWhere);

// Render condition by condition name
if (is_array($request->getConditionName())) {
Expand Down

0 comments on commit 415d206

Please sign in to comment.