You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/10/08 15:23:05 UTC

svn commit: r823163 - /ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml

Author: ashish
Date: Thu Oct  8 13:23:04 2009
New Revision: 823163

URL: http://svn.apache.org/viewvc?rev=823163&view=rev
Log:
ShipmentMenifest.fo.ftl uses UiLabel from OrderMgr component but it is not included in the Screen definition. Adding the missing UiLabel map entry.
Patch from Akash Jain - Thanks!

Modified:
    ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml

Modified: ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml?rev=823163&r1=823162&r2=823163&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Thu Oct  8 13:23:04 2009
@@ -391,6 +391,7 @@
             <actions>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
 
                 <set field="shipmentId" from-field="parameters.shipmentId"/>
                 <script location="component://product/webapp/facility/WEB-INF/actions/shipment/ViewShipment.groovy"/>



Re: svn commit: r823163 - /ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml

Posted by Akash Jain <ak...@hotwaxmedia.com>.
Thanks Ashish  :-)

Thanks and Regards
--
Akash Jain

ashish@apache.org wrote:
> Author: ashish
> Date: Thu Oct  8 13:23:04 2009
> New Revision: 823163
>
> URL: http://svn.apache.org/viewvc?rev=823163&view=rev
> Log:
> ShipmentMenifest.fo.ftl uses UiLabel from OrderMgr component but it is not included in the Screen definition. Adding the missing UiLabel map entry.
> Patch from Akash Jain - Thanks!
>
> Modified:
>     ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
>
> Modified: ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml?rev=823163&r1=823162&r2=823163&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml (original)
> +++ ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Thu Oct  8 13:23:04 2009
> @@ -391,6 +391,7 @@
>              <actions>
>                  <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
>                  <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
> +                <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
>  
>                  <set field="shipmentId" from-field="parameters.shipmentId"/>
>                  <script location="component://product/webapp/facility/WEB-INF/actions/shipment/ViewShipment.groovy"/>
>
>
>
>