diff options
| -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/> |
