diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-12 09:30:42 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-12 09:30:42 +0700 |
| commit | f698c5a3be452094588f8db5f7d3603f7a1b2e41 (patch) | |
| tree | f83d503f6cc93e66f2ac4fc4c981068e0c26447c /indoteknik_custom/report | |
| parent | a49beec52c63e0962f9db9ad8056212772fc1120 (diff) | |
fix
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 db2f00bd..8785a7cf 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -106,7 +106,7 @@ <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-if="line.product_id.id in (114360, 595346)"> + <t t-if="line.product_id.id in [114360, 595346]"> <t t-esc="line.name"/> </t> <t t-else=""> |
