You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/27 10:58:05 UTC

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

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>