8524-devToTest #3415
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue