Merge remote-tracking branch 'origin/master' into frontend-performance-improvements

This commit is contained in:
Darko Gjorgjijoski
2025-08-28 11:13:45 +02:00
51 changed files with 651 additions and 165 deletions

View File

@@ -284,6 +284,14 @@ watch(
}
)
watch(
() => companyStore.selectedCompanySettings?.tax_included_by_default,
(newVal) => {
recurringInvoiceStore.newRecurringInvoice.tax_included = newVal === 'YES'
},
{immediate: true}
)
async function submitForm() {
v$.value.$touch()