diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-11 13:35:02 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-11 13:35:02 +0700 |
| commit | 4c69c892f7b8ef7ec0877023f3f9544c8e9eb42c (patch) | |
| tree | 038e771e90339517d64a933175d87cc48c3c7f72 /indoteknik_custom/report | |
| parent | 062c606f4c31ee0966a6c08f4f3de52d719df883 (diff) | |
| parent | 0373d7545ec889d8cdfee6d09bb93123df5a60cb (diff) | |
<Miqdad> merge
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 9c0c3983..208e6472 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -131,7 +131,7 @@ </tr> <!-- WEBSITE DESCRIPTION --> - <t t-if="line.show_description"> + <t t-if="line.show_description == True"> <tr t-attf-style="background-color: #{ '#fef5f5' if line_index % 2 == 0 else '#fffafa' }; "> <td colspan="6" style="padding: 10px 14px; font-size:10px; line-height:1.3; font-style:italic; color:#555; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;"> <div t-raw="line.product_id.website_description"/> |
