diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-26 09:50:44 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-26 09:50:44 +0700 |
| commit | 63d6df941bd969241adfac9297b158800acf2ec9 (patch) | |
| tree | 3ca25f8ac36c27a878dc39299da5925059d6c4ea | |
| parent | 9e32342e44bc8b177118e99069466213201f3179 (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..79d25fc2 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.product_id.display_name"/> </span> </div> </td> |
