Distribution list issue fixed
This commit is contained in:
parent
37cee8457d
commit
2f11987011
@ -354,9 +354,10 @@ public function viewmMaterialDistributionList()
|
||||
|
||||
|
||||
$BalanceQty=0;
|
||||
|
||||
$BalanceQty= $avlQty - $AceptedQty;
|
||||
|
||||
if($avlQty>0 && $avlQty >= $AceptedQty)
|
||||
{
|
||||
$BalanceQty= $avlQty - $AceptedQty;
|
||||
}
|
||||
|
||||
|
||||
$ReqDetails = array('Status'=>$StatusCode,'remarks'=>$Remarks,'UpdatedBy'=>$UpdatedBy,'UpdatedOn'=>$updatedDt,'DeliveredQuantity'=>$ReqQuantity);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user