diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-12 09:27:33 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-12 09:27:33 +0700 |
| commit | a49beec52c63e0962f9db9ad8056212772fc1120 (patch) | |
| tree | f4b75ecf671ae43356edb14a3ee7d21d266b2ff7 | |
| parent | fcdb961c42b32887b51c349242ba47312b7110e3 (diff) | |
(andri) fix printOUT po
| -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 d3509720..db2f00bd 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 == 114360"> + <t t-if="line.product_id.id in (114360, 595346)"> <t t-esc="line.name"/> </t> <t t-else=""> |
