diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 10:06:19 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 10:06:19 +0700 |
| commit | dbdcf1a241cc940a943742664b9102df9c507a8d (patch) | |
| tree | 83817b1a9ab5ec03117db54c1799c7ffde8cc1bb | |
| parent | 44acf66f03fcc5f0ce55e7e04bc4fd4faee2cce3 (diff) | |
push
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index 191a4dfa..210b4b17 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -108,8 +108,8 @@ <!-- Tambah jarak + border atas buat deskripsi --> <t t-if="line.product_id.website_description"> - <tr style="page-break-inside: avoid;"> - <td colspan="5" style="border:1px solid #ccc; background:#fafafa; padding:10px;"> + <tr style="page-break-inside: avoid; padding:13px;"> + <td colspan="5" style="border:1px solid #ccc; background:#fafafa;"> <span t-field="line.product_id.website_description"/> <!-- <td colspan="5" style=" |
