diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-08-10 05:02:39 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-08-10 05:02:39 +0000 |
| commit | 9f8664c33429e41c6133ba2b325662245ffbc92d (patch) | |
| tree | bce73d880f28edb48810fe263c8bcd717339b9be /indoteknik_custom/views/mail_template_po.xml | |
| parent | 1e3ea5f5df6794ffb5712389deca6d0d868cfc0a (diff) | |
| parent | 659268250145b51e8700bc01871ae3bba34f76f3 (diff) | |
Merged in change/feature/voucher (pull request #96)
Change/feature/voucher
Diffstat (limited to 'indoteknik_custom/views/mail_template_po.xml')
| -rw-r--r-- | indoteknik_custom/views/mail_template_po.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/mail_template_po.xml b/indoteknik_custom/views/mail_template_po.xml index 77c21837..410520b3 100644 --- a/indoteknik_custom/views/mail_template_po.xml +++ b/indoteknik_custom/views/mail_template_po.xml @@ -54,10 +54,10 @@ % if line.price_vendor != 0 and line.price_unit != line.price_vendor <ul> <li>Nama Produk: ${line.product_id.name}</li> - <li>Harga Unit dalam PO: ${line.price_unit}</li> - <li>Harga Unit dalam Purchase Pricelist: ${line.price_vendor}</li> + <li>Harga Unit dalam PO: Rp ${'{:,.2f}'.format(line.price_unit)}</li> + <li>Harga Unit dalam Purchase Pricelist: Rp ${'{:,.2f}'.format(line.price_vendor)}</li> </ul> - % endif + % endif % endfor Silahkan periksa dan lakukan koreksi jika diperlukan. <br/><br/> |
