Author: lektran
Date: Fri May 4 04:55:19 2007
New Revision: 535194
URL:
http://svn.apache.org/viewvc?view=rev&rev=535194Log:
Fix bad uiLabel
Modified:
ofbiz/branches/release4.0/applications/order/widget/ordermgr/RequirementScreens.xml
Modified: ofbiz/branches/release4.0/applications/order/widget/ordermgr/RequirementScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/widget/ordermgr/RequirementScreens.xml?view=diff&rev=535194&r1=535193&r2=535194==============================================================================
--- ofbiz/branches/release4.0/applications/order/widget/ordermgr/RequirementScreens.xml (original)
+++ ofbiz/branches/release4.0/applications/order/widget/ordermgr/RequirementScreens.xml Fri May 4 04:55:19 2007
@@ -159,7 +159,7 @@
</condition>
<widgets>
<container>
- <label style="head2" text="${uiLabelMap.RequirementList}"/>
+ <label style="head2" text="${uiLabelMap.OrderRequirementsList}"/>
</container>
<include-form name="ApprovedProductRequirements" location="component://order/webapp/ordermgr/requirement/RequirementForms.xml"/>
<container style="screenlet">