From 811d10f49e40d7fc78de6f788baf0be550c45a37 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 8 Aug 2017 13:03:18 +0000 Subject: [PATCH] Renenue AMEND PO ISSUE FIXED --- application/controllers/amendmentpurchaseorder.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/controllers/amendmentpurchaseorder.php b/application/controllers/amendmentpurchaseorder.php index 81c035b9..3595a759 100755 --- a/application/controllers/amendmentpurchaseorder.php +++ b/application/controllers/amendmentpurchaseorder.php @@ -433,10 +433,10 @@ class amendmentpurchaseorder extends BaseController $rowspanvalue++; $CAD.="Amended Rate : " . $preitemrate."Current Item Rate : ".$itemRate.""; } - + if($DiscountType != $beforeDiscountType){ $rowspanvalue++; $CAD.="Amended DiscountType : " . $beforeDiscountType."Current DiscountType : ".$DiscountType.""; - + } if(($DiscountValue-$preDiscountValue)!=0) { $rowspanvalue++; @@ -447,10 +447,10 @@ class amendmentpurchaseorder extends BaseController $rowspanvalue++; $CAD.="Amended Discount Value : ". $beforeAfterDiscount ."Current Discount Value : ".$AfterDiscount.""; } - + if($PackagingType != $beforePackagingType){ $rowspanvalue++; $CAD.="Amended Packaging Type : ". $beforePackagingType ."Current Packaging Type : ".$PackagingType.""; - + } if(($PackagingValue-$prePackagingValue)!=0) { $rowspanvalue++; @@ -491,10 +491,10 @@ class amendmentpurchaseorder extends BaseController $rowspanvalue++; $CAD.="Amended IGST : ". $beforeAfterOtherTaxValue."Current IGST : ".$AfterOtherTaxValue.""; } - + if($FreightType != $beforeFreightType){ $rowspanvalue++; $CAD.="Amended Freight Type : ". $beforeFreightType."Current Freight Type : ".$FreightType.""; - + } if(($FreightType=="PER TRIP") || ($beforeFreightType=="PER TRIP")){ if($NoofTrips != $beforeNoofTrips) {