From 1f1496ab140f1d7194af7247b78291c5136e8488 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 2 Apr 2018 11:34:39 +0000 Subject: [PATCH] pdf file po number backside year remove --- application/models/purchaseorder_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/purchaseorder_model.php b/application/models/purchaseorder_model.php index 582c9eca..93783349 100755 --- a/application/models/purchaseorder_model.php +++ b/application/models/purchaseorder_model.php @@ -1727,7 +1727,7 @@ st.CGST,st.SGST,st.IGST,st.otherallowance FROM T_Service_Tax st } // get po format for acedamic year based function GetPoFormat($PONO=''){ - $poQuery ='select GetPO(PONO) from T_PurchaseOrder_Master where PONO=?'; + $poQuery ='select PONO from T_PurchaseOrder_Master where PONO=?'; $query = $this->db->query($poQuery,array($PONO)); return $query->result();