svn commit: r620189 - /ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

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

svn commit: r620189 - /ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

mrisaliti
Author: mrisaliti
Date: Sat Feb  9 12:25:50 2008
New Revision: 620189

URL: http://svn.apache.org/viewvc?rev=620189&view=rev
Log:
Small fix on labelTitleProperty for request EditSuppilerProduct wrongly translated by me as suggested in user mailing list by Jacques Le Roux

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=620189&r1=620188&r2=620189&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Sat Feb  9 12:25:50 2008
@@ -1077,7 +1077,7 @@
             <actions>
                 <set field="titleProperty" value="PageTitleEditSupplierProduct"/>
                 <set field="tabButtonItem" value="EditSupplierProduct"/>
-                <set field="labelTitleProperty" value="ProductVendorProduct"/>
+                <set field="labelTitleProperty" value="ProductSuppliers"/>
 
                 <!-- default currency in framework/common/config/general.properties -->
                 <property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD" />