mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-14 17:32:56 -05:00
update invoice, estimate & payment vars
This commit is contained in:
@@ -582,7 +582,7 @@ export default {
|
||||
this.newEstimate.expiry_date = moment(today).add(7, 'days').toString()
|
||||
this.itemList = response.data.items
|
||||
this.estimatePrefix = response.data.estimate_prefix
|
||||
this.estimateNumAttribute = response.data.nextEstimateNumber
|
||||
this.estimateNumAttribute = response.data.nextEstimateNumberAttribute
|
||||
}
|
||||
this.initLoading = false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user