Author: jleroux
Date: Sun Sep 27 08:58:05 2009
New Revision: 819276
URL:
http://svn.apache.org/viewvc?rev=819276&view=revLog:
Fix labels in Order/Reports
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml?rev=819276&r1=819275&r2=819276&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml Sun Sep 27 08:58:05 2009
@@ -80,7 +80,7 @@
<screen name="OrderReportPurchasesByProduct">
<section>
<widgets>
- <screenlet title="${uiLabelMap.OrderReportPurchasesByOrganization}">
+ <screenlet title="${uiLabelMap.OrderReportPurchasesByProduct}">
<include-form name="OrderPurchaseProductOptions" location="component://order/widget/ordermgr/ReportForms.xml"/>
</screenlet>
</widgets>
@@ -90,7 +90,7 @@
<screen name="OrderReportPurchasesByPaymentMethod">
<section>
<widgets>
- <screenlet title="${uiLabelMap.OrderReportPurchasesByOrganization}">
+ <screenlet title="${uiLabelMap.OrderReportPurchasesByPaymentMethod}">
<include-form name="OrderPurchasePaymentOptions" location="component://order/widget/ordermgr/ReportForms.xml"/>
</screenlet>
</widgets>