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) {