diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-03-02 10:10:56 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-03-02 10:10:56 +0700 |
| commit | 5971d8f9e3543945148b7e06cf0e4ee1a0685603 (patch) | |
| tree | 2a8a3837f306059c5b8ad9dc95444a3b8e006f89 | |
| parent | 3079bfc83eaa697124cbac35489b53671189ff57 (diff) | |
fix
| -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 c539ccd1..ea473364 100644 --- a/indoteknik_custom/views/mail_template_efaktur.xml +++ b/indoteknik_custom/views/mail_template_efaktur.xml @@ -11,7 +11,7 @@ <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> - <p>Terlampir Faktur Pajak atas Invoice ${object.name} ${ctx.get('cust_ref') and ' (' + ctx.get('cust_ref') + ')' or '.'} </p> + <p>Terlampir Faktur Pajak atas Invoice ${object.name}${ ' (%s)' % ctx.get('cust_ref') if ctx.get('cust_ref') else '' }</p> <p><strong>Keterangan:</strong></p> <p>Mohon dicek langsung faktur pajak terlampir, terutama informasi nomor NPWP dan alamat NPWP serta nama pembelian barang. Jika ada yang tidak sesuai, mohon segera menginformasikan kepada kami paling lambat 1 (satu) minggu dari tanggal email ini. Revisi faktur pajak tidak dapat kami proses apabila sudah melewati 1 (satu) minggu. Harap maklum.</p> <p>Mohon balas email ini jika sudah menerima, terima kasih.</p> |
