agencyMode now can be null
This commit is contained in:
parent
e53beea7cb
commit
a7bd76a218
|
@ -34,7 +34,7 @@ module.exports = Self => {
|
|||
params.warehouseFk,
|
||||
params.companyFk | 442,
|
||||
params.addressFk,
|
||||
params.agencyModeFk,
|
||||
params.agencyModeFk | null,
|
||||
params.routeFk | null,
|
||||
params.landed,
|
||||
params.userId
|
||||
|
|
Loading…
Reference in New Issue