@@ -534,8 +534,11 @@ class DistributionController extends BackendController | |||
if ($invoicePrice != $productOrder->price) { | |||
$productOrder->invoice_price = $invoicePrice; | |||
$productOrder->save(); | |||
} | |||
else { | |||
$productOrder->invoice_price = null; | |||
} | |||
$productOrder->save(); | |||
} | |||
} | |||
} |