This is an automated email from the ASF dual-hosted git repository.
golja pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 7fa86d7e9e Fixed: correct content of the 'View Shipment Receipts'
screenlet in the ViewShipment screen
7fa86d7e9e is described below
commit 7fa86d7e9e7105b28c1b5c504ffc0be6b8e7cba6
Author: Anahita Goljahani <[email protected]>
AuthorDate: Thu Jun 4 12:45:02 2026 +0200
Fixed: correct content of the 'View Shipment Receipts' screenlet in the
ViewShipment screen
(cherry picked from commit 9f3d7d06e06c6501723453df92731bb1c162fcba)
---
applications/product/widget/facility/ShipmentScreens.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/applications/product/widget/facility/ShipmentScreens.xml
b/applications/product/widget/facility/ShipmentScreens.xml
index 360b4ffef6..e62de1bb5b 100644
--- a/applications/product/widget/facility/ShipmentScreens.xml
+++ b/applications/product/widget/facility/ShipmentScreens.xml
@@ -183,9 +183,7 @@ under the License.
</platform-specific>
</screenlet>
<screenlet id="shipmentReceiptPanel"
title="${uiLabelMap.PageTitleViewShipmentReceipts}" initially-collapsed="true">
- <platform-specific>
- <html><html-template
location="component://product/template/shipment/ViewShipmentRouteInfo.ftl"/></html>
- </platform-specific>
+ <include-grid name="ShipmentReceipts"
location="component://product/widget/facility/ShipmentForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>