diff --git a/application/views/EditservicePurchaseorder.php b/application/views/EditservicePurchaseorder.php index 23aebb1a..344a1599 100644 --- a/application/views/EditservicePurchaseorder.php +++ b/application/views/EditservicePurchaseorder.php @@ -16,6 +16,7 @@ $TotalBasicAmount = 0.0; $ServiceDescription = ''; $MaxPoDate = ''; +$AvlAmount = 0; if(!empty($MaxPODate)) { foreach ($MaxPODate as $date) @@ -43,7 +44,12 @@ if(!empty($POMaster)) } } - +if(!empty($AvlBudAmt)) +{ + + $AvlAmount = $AvlBudAmt; + +} ?>