Live issue : GWM
This commit is contained in:
parent
97df8f5623
commit
d178926488
@ -138,6 +138,8 @@ class Inwardgateregister_model extends Model
|
|||||||
->where('POM.Status', PO_RELEASED)
|
->where('POM.Status', PO_RELEASED)
|
||||||
->orWhere('POM.Status',REQITEM_Emergency_PO_CREATED)
|
->orWhere('POM.Status',REQITEM_Emergency_PO_CREATED)
|
||||||
->orWhere('POM.Status',IGR_CREATED)
|
->orWhere('POM.Status',IGR_CREATED)
|
||||||
|
->orWhere('POM.Status', IGR_DRAFT )
|
||||||
|
->where( 'POM.IsOpenOrder', 1)
|
||||||
->orWhere('POM.Status', MRIR_CREATED)
|
->orWhere('POM.Status', MRIR_CREATED)
|
||||||
->orWhere('POM.Status', MRIR_APPROVED)
|
->orWhere('POM.Status', MRIR_APPROVED)
|
||||||
->orWhere('POM.Status', OGR_COMPLETE)
|
->orWhere('POM.Status', OGR_COMPLETE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user