fix: add param 'reference'
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-12-22 09:48:07 +01:00
parent 80de648837
commit bd7a37bf90
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ module.exports = {
return this.rawSqlFromDef(`taxes`, [reference]);
},
fetchIntrastat(reference) {
return this.rawSqlFromDef(`intrastat`, [reference]);
return this.rawSqlFromDef(`intrastat`, [reference, reference]);
},
fetchRectified(reference) {
return this.rawSqlFromDef(`rectified`, [reference]);