fix: refs #7346 Global invoice

This commit is contained in:
Guillermo Bonet 2024-09-09 12:42:19 +02:00
parent 723ec2b453
commit d9a4b3e6fb
1 changed files with 2 additions and 1 deletions

View File

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