diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-26 14:07:58 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-26 14:07:58 +0700 |
| commit | e449c1310f8a1e5a97f84f461dcb813a3b67a2b6 (patch) | |
| tree | a64422f1e9c9b18803dd1c6fdcc4717277e6e2e0 /indoteknik_custom/report | |
| parent | be3147ec7145002858cb551a595f75568ba24fc1 (diff) | |
push
Diffstat (limited to 'indoteknik_custom/report')
| -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 9ff7e718..23fa4d52 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -97,7 +97,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.name"/> + <t t-esc="line_index + 1"/>. <t t-esc="line.product_id.display_name"/> </span> </div> </td> |
