mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
update invoice, estimate & payment vars
This commit is contained in:
@ -582,7 +582,7 @@ export default {
|
||||
this.newInvoice.due_date = moment(today).add(7, 'days').toString()
|
||||
this.itemList = response.data.items
|
||||
this.invoicePrefix = response.data.invoice_prefix
|
||||
this.invoiceNumAttribute = response.data.nextInvoiceNumber
|
||||
this.invoiceNumAttribute = response.data.nextInvoiceNumberAttribute
|
||||
}
|
||||
this.initLoading = false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user