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,
|
invoiceDate: this.invoiceDate,
|
||||||
maxShipped: this.maxShipped,
|
maxShipped: this.maxShipped,
|
||||||
companyFk: this.companyFk,
|
companyFk: this.companyFk,
|
||||||
serialType: 'quick'
|
serialType: 'global'
|
||||||
};
|
};
|
||||||
|
|
||||||
this.$http.post(`InvoiceOuts/invoiceClient`, params)
|
this.$http.post(`InvoiceOuts/invoiceClient`, params)
|
||||||
|
|
Loading…
Reference in New Issue