diff options
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index 0bddb592..191a4dfa 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -109,7 +109,7 @@ <!-- 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; text-align:right;"> + <td colspan="5" style="border:1px solid #ccc; background:#fafafa; padding:10px;"> <span t-field="line.product_id.website_description"/> <!-- <td colspan="5" style=" |
