FIX supplier_proposal when line update price U.P change 0 modify

This commit is contained in:
Jay Yeo 2021-12-17 12:09:14 +07:00
parent f3430d94d5
commit 90f25ab21a

View File

@ -725,6 +725,7 @@ class SupplierProposal extends CommonObject
$total_ttc = $tabprice[2];
$total_localtax1 = $tabprice[9];
$total_localtax2 = $tabprice[10];
$pu = $pu_ht = $tabprice[3];
// MultiCurrency
$multicurrency_total_ht = $tabprice[16];