fix: fix deleteZone #3224

Merged
carlossa merged 1 commits from hotfix-deleteZoneShipped into master 2024-11-20 10:19:07 +00:00
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ module.exports = Self => {
try {
const filter = {
where: {
zoneFk: id,
shipped: {gte: today}
zoneFk: id
},
include: {
relation: 'ticketState',