feat: refs #7134 remove default value
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2025-01-13 23:13:26 +01:00
parent 9bfc2a01c5
commit 96649f5d8a
1 changed files with 1 additions and 1 deletions

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,