From ece1f6335cff2ed4b44a44be636a2de8206079a9 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 29 Nov 2017 12:36:29 +0000 Subject: [PATCH] unwanted , (comma) removed in pdfheader --- application/views/includes/pdfheader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/includes/pdfheader.php b/application/views/includes/pdfheader.php index 5f066806..56394699 100644 --- a/application/views/includes/pdfheader.php +++ b/application/views/includes/pdfheader.php @@ -9,7 +9,7 @@ $CompanyStateCode=''; $SuplierName = ''; $SuplierAddress = ''; - ,$DeliveryAddress = ''; + $DeliveryAddress = ''; $Podt = ''; $DeliveryDate =''; $DeliverySchedule='';