#7134 SupplierBalance #3173

Merged
jsegarra merged 27 commits from 7134-supplierBalance into dev 2025-01-29 15:16:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 96649f5d8a - Show all commits

View File

@ -74,7 +74,7 @@ module.exports = Self => {
stmts.push(new ParameterizedSQL('CALL vn.supplier_statementWithEntries(?,?,?,?,?,?)', [ stmts.push(new ParameterizedSQL('CALL vn.supplier_statementWithEntries(?,?,?,?,?,?)', [
args.supplierId, args.supplierId,
args.currencyFk ?? 1, args.currencyFk,
args.companyId, args.companyId,
args.orderBy ?? 'issued', args.orderBy ?? 'issued',
args.isConciliated ?? false, args.isConciliated ?? false,