pdf file po number backside year remove

This commit is contained in:
gandhimathi 2018-04-02 11:34:39 +00:00
parent 0703d72951
commit 1f1496ab14

View File

@ -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();