diff --git a/application/controllers/amendmentpurchaseorder.php b/application/controllers/amendmentpurchaseorder.php
index 1bdf8ace..5f749f71 100755
--- a/application/controllers/amendmentpurchaseorder.php
+++ b/application/controllers/amendmentpurchaseorder.php
@@ -1303,7 +1303,7 @@ function UpdateAmendServicePurchaseOrder()
{
$rowspanvalue++;
//$CAD="Amended Quantity :".$beforeQuantity ."";
- $CAD=$CAD."
| Amended Rate : ".$beforeitemRate ." | Current Qty:".$itemRate." |
";
+ $CAD=$CAD."| Amended Rate : ".$beforeitemRate ." | Current Rate:".$itemRate." |
";
}
@@ -1311,7 +1311,7 @@ function UpdateAmendServicePurchaseOrder()
{
$rowspanvalue++;
//$CAD="Amended Quantity :".$beforeQuantity ."";
- $CAD=$CAD."| Amended Quantity : ".$beforeQuantity ." | Current Qty:".$Quantity." |
";
+ $CAD=$CAD."| Amended Quantity : ".$beforeQuantity ." | Current Quantity:".$Quantity." |
";
}