feat: refs #6321 use Date.vnNew
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2025-02-04 14:09:48 +01:00
parent 0111373471
commit 5d209314f6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ module.exports = Self => {
const query = [ const query = [
filter.itemFk, filter.itemFk,
where.warehouseFk, where.warehouseFk,
where.date ?? Date.vnNew().toISOString().split('T')[0], where.date ?? Date.vnNew(),
where.showType ?? true, where.showType ?? true,
where.scopeDays ?? 2 where.scopeDays ?? 2
]; ];