pdf file po number backside year remove
This commit is contained in:
parent
0703d72951
commit
1f1496ab14
@ -1727,7 +1727,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