diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-26 10:14:17 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-26 10:14:17 +0700 |
| commit | d8c8bf828ed1443a51476cf10a919218eadcb81c (patch) | |
| tree | 5a84dde30bab0d2d0ab6785302851b4c25518a7f | |
| parent | 55bcfcd6a154514641e86fee8aaba898d92aa206 (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 a475dd50..3521edb7 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -95,7 +95,7 @@ <!-- TEKS --> <div style="display:flex; flex-direction:column; flex:1;"> <span style="font-weight:bold; margin-bottom:2px;"> - <t t-esc="line_index + 1"/>. <t t-esc="line.product_id.name"/> + <t t-esc="line_index + 1"/>. <t t-esc="line.name"/> </span> </div> </td> |
