mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-25 12:44:55 +00:00
Merge remote-tracking branch 'origin/master' into frontend-performance-improvements
This commit is contained in:
@@ -250,6 +250,14 @@ customFieldStore.resetCustomFields()
|
||||
v$.value.$reset
|
||||
estimateStore.fetchEstimateInitialSettings(isEdit.value)
|
||||
|
||||
watch(
|
||||
() => companyStore.selectedCompanySettings?.tax_included_by_default,
|
||||
(newVal) => {
|
||||
estimateStore.newEstimate.tax_included = newVal === 'YES'
|
||||
},
|
||||
{immediate: true}
|
||||
)
|
||||
|
||||
async function submitForm() {
|
||||
v$.value.$touch()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user