diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-10 14:54:48 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-10 14:54:48 +0700 |
| commit | 58aaf106709d00e1c01e2fc004ae5914fa9ceb80 (patch) | |
| tree | 7063f5b3fa503302a69c381843d015fac021dbc9 | |
| parent | 1e3ab6c5d7b34e302d07bdb303982c87aaf59123 (diff) | |
<Miqdad> show desc 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 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"/> |
