Update Unpaid Message

This commit is contained in:
Abdul Aziz Amrullah 2026-05-25 15:03:43 +07:00
parent 973d4d1e70
commit 246100f4a6

View File

@ -36,7 +36,7 @@
<!-- Replace 'Pro forma receipt' text --> <!-- Replace 'Pro forma receipt' text -->
<xpath expr="//div[contains(text(), 'Pro forma receipt')]" position="replace"> <xpath expr="//div[contains(text(), 'Pro forma receipt')]" position="replace">
<div t-if="!order.finalized and !props.basic_receipt" class="fs-2 mb-1">BELUM DIBAYAR !!!</div> <div t-if="!order.finalized and !props.basic_receipt" class="fs-2 mb-1">!!! INI ADALAH TAGIHAN SEMENTARA, BUKAN BUKTI PEMBAYARAN !!!</div>
</xpath> </xpath>
<!-- Change 'Tel:' to 'Contact:' --> <!-- Change 'Tel:' to 'Contact:' -->