mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
Add File based templates
This commit is contained in:
committed by
Mohit Panjwani
parent
00961bcae1
commit
d1dd704cdf
@ -51,8 +51,8 @@ export default {
|
||||
state.selectedInvoices = []
|
||||
},
|
||||
|
||||
[types.SET_TEMPLATE_ID](state, templateId) {
|
||||
state.invoiceTemplateId = templateId
|
||||
[types.SET_TEMPLATE_NAME](state, templateName) {
|
||||
state.invoiceTemplateName = templateName
|
||||
},
|
||||
|
||||
[types.SELECT_CUSTOMER](state, data) {
|
||||
|
||||
Reference in New Issue
Block a user