Author: lektran
Date: Fri May 4 04:58:24 2007
New Revision: 535195
URL:
http://svn.apache.org/viewvc?view=rev&rev=535195Log:
Fix bad uiLabel
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml?view=diff&rev=535195&r1=535194&r2=535195==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml Fri May 4 04:58:24 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">