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 2 deletions
Showing only changes of commit 47543d5760 - Show all commits

View File

@ -24,8 +24,6 @@ module.exports = Self => {
});
Self.getStockBoughtDetail = async(workerFk, dated = Date.vnNew()) => {
console.log('dated: ', new Date(dated));
console.log('new Date(dated).setHours(0, 0, 0, 0): ', new Date(dated).setHours(0, 0, 0, 0));
return Self.rawSql(
`SELECT e.id entryFk,
i.id itemFk,