IGR error Fixes : ps
This commit is contained in:
parent
e49fa4a869
commit
8355d3e62f
@ -235,7 +235,7 @@ return $afftectedRows;
|
||||
if($insert_id>0)
|
||||
{
|
||||
// $subQuery = 'select max(IGRItemNo) as IGRItemNo from T_IGR_Details';
|
||||
$subQuery = 'select IGRItemNo as IGRItemNo from T_IGR_Details Order by CreatedOn desc limit 1';
|
||||
$subQuery = 'select IGRItemNo as IGRItemNo from T_IGR_Details Order by CreatedDate desc limit 1';
|
||||
|
||||
$query = $this->db->query($subQuery);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user