svn commit: r443520 - /incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r443520 - /incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml

sichen
Author: sichen
Date: Thu Sep 14 16:42:34 2006
New Revision: 443520

URL: http://svn.apache.org/viewvc?view=rev&rev=443520
Log:
Link back to shipment route segments of shipments from scheduling screen

Modified:
    incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml

Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml?view=diff&rev=443520&r1=443519&r2=443520
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Thu Sep 14 16:42:34 2006
@@ -110,7 +110,9 @@
         <field name="primaryOrderId" title="${uiLabelMap.ProductOrderId}">
             <hyperlink target="/ordermgr/control/orderview?orderId=${primaryOrderId}" description="${primaryOrderId}" target-type="inter-app"/>
         </field>
-        <field name="shipmentRouteSegmentId"><display/></field>
+        <field name="shipmentRouteSegmentId">
+            <hyperlink target="EditShipmentRouteSegments?shipmentId=${shipmentId}" description="${shipmentRouteSegmentId}"/>
+        </field>
         <field name="carrierPartyId" title="${uiLabelMap.ProductCarrier}">
             <display-entity description="${groupName}" entity-name="PartyNameView" key-field-name="partyId"/>
         </field>