fix: refs #7346 Global invoice
This commit is contained in:
parent
723ec2b453
commit
d9a4b3e6fb
|
@ -105,7 +105,8 @@ class Controller extends Section {
|
||||||
addressId: address.id,
|
addressId: address.id,
|
||||||
invoiceDate: this.invoiceDate,
|
invoiceDate: this.invoiceDate,
|
||||||
maxShipped: this.maxShipped,
|
maxShipped: this.maxShipped,
|
||||||
companyFk: this.companyFk
|
companyFk: this.companyFk,
|
||||||
|
serialType: 'quick'
|
||||||
};
|
};
|
||||||
|
|
||||||
this.$http.post(`InvoiceOuts/invoiceClient`, params)
|
this.$http.post(`InvoiceOuts/invoiceClient`, params)
|
||||||
|
|
Loading…
Reference in New Issue