diff options
| author | unknown <it@fixcomart.co.id> | 2025-09-17 18:46:16 +0700 |
|---|---|---|
| committer | unknown <it@fixcomart.co.id> | 2025-09-17 18:46:16 +0700 |
| commit | 8a80630abedc758308bb0f7a70276f6de37673be (patch) | |
| tree | 8d8c9a8852b39f2fce12eec9efb2123f2f434055 | |
| parent | cd125948ff6d11a2da567db25dc15ab11b2052e2 (diff) | |
fix template surat piutang
| -rw-r--r-- | indoteknik_custom/report/report_surat_piutang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/report/report_surat_piutang.xml b/indoteknik_custom/report/report_surat_piutang.xml index 770aa535..87a5b0b8 100644 --- a/indoteknik_custom/report/report_surat_piutang.xml +++ b/indoteknik_custom/report/report_surat_piutang.xml @@ -79,7 +79,7 @@ <table style="margin-left:2cm;"> <tr style="font-weight: bold;"> <td style="padding-right:10px;">U.P.</td> - <td>: <t t-esc="doc.tujuan_nama or '-'"/></td> + <td style="white-space: nowrap;">: <t t-esc="doc.tujuan_nama or '-'"/></td> </tr> <tr style="font-weight: bold;"> <td style="padding-right:10px;">Perihal</td> |
