diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 10:35:49 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 10:35:49 +0700 |
| commit | 8b060ec7958991dbc6747cec771a663f18b96056 (patch) | |
| tree | 540fbbf11986750752feeb5d2c222bfbf6089f91 | |
| parent | abc0e55630c476cc426a43bcd365d87177cfc1d4 (diff) | |
push
| -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=" |
