#6321 - Negative tickets #1945

Merged
jsegarra merged 146 commits from 6321_negative_tickets into dev 2025-02-11 08:45:33 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit de7469419a - Show all commits

View File

@ -26,8 +26,8 @@ module.exports = Self => {
Object.assign(myOptions, options);
// const where = filter.where;
// const query = 'CALL vn.item_getSimilar(?, ?, ?)';
// const [results] = await Self.rawSql(query, [where.itemFk, where.warehouseFk, where.date], myOptions);
// const query = [where.itemFk, where.warehouseFk, where.date ?? Date.now(), where.showType ?? true] ;
// const [results] = await Self.rawSql('CALL vn.item_getSimilar(?, ?, ?, ?)',, myOptions);
return [
{