stowaway changed to correct field name
gitea/salix/master This commit looks good Details

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

View File

@ -45,7 +45,7 @@ module.exports = Self => {
clientFk: ship.clientFk,
addressFk: ship.addressFk,
agencyModeFk: ship.agencyModeFk,
warehouse: {neq: ship.warehouseFk},
warehouseFk: {neq: ship.warehouseFk},
shipped: {
between: [lowestDate.toJSON(), highestDate.toJSON()]
}