summaryrefslogtreecommitdiff
path: root/indoteknik_custom/report
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-11-03 14:22:45 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-11-03 14:22:45 +0700
commitda34fa99cf4816dbd3c6e9f1a2e47ec19059b765 (patch)
tree99c8e083f92f79b4c62a05adbe437130b3f09ecc /indoteknik_custom/report
parentc933cb57a0dbea8ba062a251f28f0a72eb4bb080 (diff)
(andri) fix description PO
Diffstat (limited to 'indoteknik_custom/report')
-rw-r--r--indoteknik_custom/report/purchase_report.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml
index 23fa4d52..9c0c3983 100644
--- a/indoteknik_custom/report/purchase_report.xml
+++ b/indoteknik_custom/report/purchase_report.xml
@@ -97,7 +97,8 @@
<!-- 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.display_name"/>
+ <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>