diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-11-24 11:34:18 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-11-24 11:34:18 +0700 |
| commit | 56555cc5a11fe0bbf2b210622e3bd4b19cf033c1 (patch) | |
| tree | b23a4df3733b13bfcde7611348df1eb117306d84 /indoteknik_custom/report | |
| parent | bc88583abda72e813d0426129979eb3f84cdefea (diff) | |
push
Diffstat (limited to 'indoteknik_custom/report')
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index f328f8a8..a3c3cf12 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -97,10 +97,16 @@ ADM. JAKARTA UTARA, DKI JAKARTA<br/> <!-- 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"/> --> + <t t-esc="line_index + 1"/>. + <t t-if="line.product_id.id == 114360"> + <t t-esc="line.name"/> + </t> + <t t-else=""> + <t t-esc="line.product_id.display_name"/> + </t> </span> </div> + </td> <td style="border:1px solid #ccc; padding:6px; text-align:center;"> |
