[OFBiz] SVN: r6629 - trunk/applications/order/widget/ordermgr

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Tue Jan 31 09:54:43 CST 2006


Author: jacopo
Date: 2006-01-31 09:54:36 -0600 (Tue, 31 Jan 2006)
New Revision: 6629

Modified:
   trunk/applications/order/widget/ordermgr/CommonScreens.xml
   trunk/applications/order/widget/ordermgr/QuoteScreens.xml
Log:
Removed references to ecommerce ui lables from screen definitions.
However the order component has still a few references to ecommerce's artifacts that should be resolved.

Modified: trunk/applications/order/widget/ordermgr/CommonScreens.xml
===================================================================
--- trunk/applications/order/widget/ordermgr/CommonScreens.xml	2006-01-31 14:52:20 UTC (rev 6628)
+++ trunk/applications/order/widget/ordermgr/CommonScreens.xml	2006-01-31 15:54:36 UTC (rev 6629)
@@ -31,7 +31,6 @@
                 <!-- base/top/specific map first, then more common map added for shared labels --> 
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
-                <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="ManufacturingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="WorkEffortUiLabels" map-name="uiLabelMap" global="true"/>

Modified: trunk/applications/order/widget/ordermgr/QuoteScreens.xml
===================================================================
--- trunk/applications/order/widget/ordermgr/QuoteScreens.xml	2006-01-31 14:52:20 UTC (rev 6628)
+++ trunk/applications/order/widget/ordermgr/QuoteScreens.xml	2006-01-31 15:54:36 UTC (rev 6629)
@@ -175,7 +175,6 @@
                 <get-related value-name="quote" relation-name="QuoteRole" list-name="quoteRoles"/>
 
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
@@ -197,7 +196,6 @@
                 <set field="titleProperty" value="PageTitleQuoteReport"/>
 
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>



More information about the Svn mailing list