fix: refs #7346 Global invoice

This commit is contained in:
Guillermo Bonet 2024-09-09 14:25:13 +02:00
parent 689315bab8
commit 52f368e4f7
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Controller extends Section {
invoiceDate: this.invoiceDate,
maxShipped: this.maxShipped,
companyFk: this.companyFk,
serialType: 'quick'
serialType: 'global'
};
this.$http.post(`InvoiceOuts/invoiceClient`, params)