stowaway changed to correct field name
gitea/salix/master This commit looks good
Details
gitea/salix/master This commit looks good
Details
This commit is contained in:
parent
cc71f51f45
commit
6422d25ad6
|
@ -45,7 +45,7 @@ module.exports = Self => {
|
||||||
clientFk: ship.clientFk,
|
clientFk: ship.clientFk,
|
||||||
addressFk: ship.addressFk,
|
addressFk: ship.addressFk,
|
||||||
agencyModeFk: ship.agencyModeFk,
|
agencyModeFk: ship.agencyModeFk,
|
||||||
warehouse: {neq: ship.warehouseFk},
|
warehouseFk: {neq: ship.warehouseFk},
|
||||||
shipped: {
|
shipped: {
|
||||||
between: [lowestDate.toJSON(), highestDate.toJSON()]
|
between: [lowestDate.toJSON(), highestDate.toJSON()]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue