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