stowaway changed to correct field name
gitea/salix/dev This commit has test failures Details

This commit is contained in:
Joan Sanchez 2019-10-08 14:36:02 +02:00
parent 1186654fba
commit c0403873e7
1 changed files with 1 additions and 1 deletions

View File

@ -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()]
} }