fix: refs #7346 Global invoice
This commit is contained in:
parent
689315bab8
commit
52f368e4f7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue