8032-devToTest_2440 #3009

Merged
alexm merged 262 commits from 8032-devToTest_2440 into test 2024-09-24 09:34:49 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 1f1da689d4 - Show all commits

View File

@ -54,7 +54,6 @@ module.exports = Self => {
}; };
if (workerFk) filter.where.workerFk = workerFk; if (workerFk) filter.where.workerFk = workerFk;
console.log('workerFk: ', workerFk);
return models.StockBought.find(filter); return models.StockBought.find(filter);
}; };