getpo() function removed on purchasemodel file
This commit is contained in:
parent
cd8589f992
commit
85b4b42c44
@ -1729,7 +1729,7 @@ st.CGST,st.SGST,st.IGST,st.otherallowance FROM T_Service_Tax st
|
|||||||
}
|
}
|
||||||
// get po format for acedamic year based
|
// get po format for acedamic year based
|
||||||
function GetPoFormat($PONO=''){
|
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));
|
$query = $this->db->query($poQuery,array($PONO));
|
||||||
|
|
||||||
return $query->result();
|
return $query->result();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user