ASSESSED CALC MODE 2

This commit is contained in:
velz 2018-11-30 19:27:57 +05:30
parent 061959f19c
commit 983eb138af

View File

@ -2386,6 +2386,7 @@ class PD_Controller extends REST_Controller {
}
$net_profit = $estimation_of_gross_profit - $overall_business_total;
$overall_purchase_total = $net_profit + $overall_business_total;
}
else
{