From 6c3c565440fefafa50bc5831cdef898e8f4c6567 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 9 Mar 2026 22:02:53 +0000 Subject: [PATCH] fix: improve ADP report signature section with legal terms, date/time, printed name; switch portal to landscape report --- fusion_claims/controllers/portal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fusion_claims/controllers/portal.py b/fusion_claims/controllers/portal.py index 4ee44cf..8030f54 100644 --- a/fusion_claims/controllers/portal.py +++ b/fusion_claims/controllers/portal.py @@ -91,7 +91,7 @@ class FusionCustomerPortal(CustomerPortal): order_sudo._validate_order() if self._is_adp_order(order_sudo): - report_ref = 'fusion_claims.action_report_saleorder_portrait' + report_ref = 'fusion_claims.action_report_saleorder_landscape' else: report_ref = 'sale.action_report_saleorder'