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 24411f9af1 - Show all commits

View File

@ -44,7 +44,7 @@ module.exports = Self => {
JOIN hedera.imageConfig ic
WHERE e.supplierFk = ?
AND i.family IN ('EMB', 'CONT')
AND b.created > util.VN_CURDATE() - INTERVAL bc.monthsAgo MONTH)
AND b.created > (util.VN_CURDATE() - INTERVAL bc.monthsAgo MONTH)
GROUP BY b.itemFk
ORDER BY et.quantity DESC, quantityTotal DESC`, [entry, id, id]);
};