File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ public function getQuotes($input) {
175175 }
176176
177177 if ($ fuel_surcharge_prices ) {
178- $ quotes [$ price ['product_id ' ]]['price_inc_gst ' ] + = $ fuel_surcharge_prices ['price_inc_gst ' ];
179- $ quotes [$ price ['product_id ' ]]['price_exc_gst ' ] + = $ fuel_surcharge_prices ['price_exc_gst ' ];
178+ $ quotes [$ price ['product_id ' ]]['price_inc_gst ' ] = $ fuel_surcharge_prices ['price_inc_gst ' ];
179+ $ quotes [$ price ['product_id ' ]]['price_exc_gst ' ] = $ fuel_surcharge_prices ['price_exc_gst ' ];
180180 } else if (array_key_exists ('bundled_price ' , $ price ) && $ is_subsequent_item ) {
181181 $ quotes [$ price ['product_id ' ]]['price_inc_gst ' ] += $ price ['bundled_price ' ];
182182 $ quotes [$ price ['product_id ' ]]['price_exc_gst ' ] += $ price ['bundled_price_ex_gst ' ];
You can’t perform that action at this time.
0 commit comments