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