diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-31 10:38:10 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-31 10:38:10 +0700 |
| commit | 01b2fc531d349418ea4b53170688b909c7ea6e8c (patch) | |
| tree | f050c3090ec63a2dcc3950b1f5f47c9d3db599e0 /indoteknik_custom/views | |
| parent | 102d8c691a231aa7a15a522deb44b4eb2b0f4e31 (diff) | |
add margin validation
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mail_template_efaktur.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/mail_template_efaktur.xml b/indoteknik_custom/views/mail_template_efaktur.xml index d0e7b39a..b0637691 100644 --- a/indoteknik_custom/views/mail_template_efaktur.xml +++ b/indoteknik_custom/views/mail_template_efaktur.xml @@ -7,7 +7,7 @@ <field name="subject">Faktur Pajak Invoice ${object.name}</field> <field name="email_from">pajak@indoteknik.co.id</field> <field name="reply_to">pajak@indoteknik.co.id</field> - <field name="email_cc">sales@indoteknik.com</field> + <field name="email_cc">sales@indoteknik.com,pajak@indoteknik.co.id</field> <field name="email_to">${object.partner_id.email|safe}</field> <field name="body_html" type="html"> <p>Dengan Hormat Bpk/Ibu ${object.partner_id.name},</p> |
