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