master #2408

Merged
carlosap merged 12 commits from master into test 2024-05-06 12:22:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a00dd82f14 - Show all commits

View File

@ -27,7 +27,7 @@ module.exports = Self => {
const where = filter.where;
const query = 'CALL vn.item_getBalance(?, ?, ?)';
if (where.date) {
if (where?.date) {
where.date = new Date(where.date);
where.date.setHours(0, 0, 0, 0);
}