8713-testToMaster #3523

Merged
alexm merged 383 commits from 8713-testToMaster into master 2025-03-04 06:52:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5d209314f6 - Show all commits

View File

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