getpo() function removed on purchasemodel file

This commit is contained in:
venbatechnologies@gmail.com 2018-04-03 10:58:19 +05:30
parent cd8589f992
commit 85b4b42c44

View File

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