@@ -957,10 +957,7 @@ class OrderController extends BackendController | |||
$productOrder->quantity = $quantity; | |||
$productOrder->price = $dataProductOrder->price; | |||
if(isset($dataProductOrder->invoice_price) | |||
&& $dataProductOrder->invoice_price | |||
&& $dataProductOrder->invoice_price != $dataProductOrder->price) { | |||
if(isset($dataProductOrder->invoice_price) && $dataProductOrder->invoice_price) { | |||
$productOrder->invoice_price = $dataProductOrder->invoice_price; | |||
} | |||
} else { |