svn commit: r819276 - /ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r819276 - /ofbiz/trunk/applications/order/widget/ordermgr/ReportScreens.xml

jleroux@apache.org
Author: jleroux
Date: Sun Sep 27 08:58:05 2009
New Revision: 819276

URL: http://svn.apache.org/viewvc?rev=819276&view=rev
Log:
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>