diff options
| -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 eaa9bf17..71f37ea1 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -108,7 +108,7 @@ </tr> <!-- Row deskripsi --> - <t t-if="line.show_description"> + <t t-if="line.product_id.website_description"> <tr style="page-break-inside: avoid; padding:14px 20px;"> <td colspan="5" style=" |
