diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 10:02:55 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 10:02:55 +0700 |
| commit | 44acf66f03fcc5f0ce55e7e04bc4fd4faee2cce3 (patch) | |
| tree | d8c245e85273f513a9f2eee0a0102d1ff7ba3e8e | |
| parent | 36e4d1cede75a8848b61b03831ff21e408df1343 (diff) | |
push
| -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=" |
