This is an automated email from the ASF dual-hosted git repository.

golja pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9f3d7d06e0 Fixed: correct content of the 'View Shipment Receipts' 
screenlet in  the ViewShipment screen
9f3d7d06e0 is described below

commit 9f3d7d06e06c6501723453df92731bb1c162fcba
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
---
 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>

Reply via email to