Merge pull request 'fix: fix deleteZone' (!3224) from hotfix-deleteZoneShipped into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #3224 Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
commit
91164624bc
|
@ -40,8 +40,7 @@ module.exports = Self => {
|
||||||
try {
|
try {
|
||||||
const filter = {
|
const filter = {
|
||||||
where: {
|
where: {
|
||||||
zoneFk: id,
|
zoneFk: id
|
||||||
shipped: {gte: today}
|
|
||||||
},
|
},
|
||||||
include: {
|
include: {
|
||||||
relation: 'ticketState',
|
relation: 'ticketState',
|
||||||
|
|
Loading…
Reference in New Issue