feat: email template update and deletion

This commit is contained in:
Jannat Patel
2025-05-23 13:28:18 +05:30
parent 5e2de35693
commit 5635d2a325
5 changed files with 113 additions and 49 deletions

View File

@@ -153,6 +153,11 @@
doctype="Email Template"
:label="__('Email Template')"
v-model="batch.confirmation_email_template"
:onCreate="
(value, close) => {
openSettings('Email Templates', close)
}
"
/>
</div>
<div class="space-y-5">