svn commit: r478944 - in /incubator/ofbiz/trunk/applications/product: config/ProductUiLabels.properties webapp/catalog/product/ProductForms.xml

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

svn commit: r478944 - in /incubator/ofbiz/trunk/applications/product: config/ProductUiLabels.properties webapp/catalog/product/ProductForms.xml

sichen
Author: sichen
Date: Fri Nov 24 11:02:04 2006
New Revision: 478944

URL: http://svn.apache.org/viewvc?view=rev&rev=478944
Log:
Missing a UI label for can drop ship on supplier product page.  Added it.

Modified:
    incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties
    incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Modified: incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties?view=diff&rev=478944&r1=478943&r2=478944
==============================================================================
--- incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties (original)
+++ incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties Fri Nov 24 11:02:04 2006
@@ -1220,6 +1220,7 @@
 ProductSubTitle=Sub-Title
 ProductSubject=Subject
 ProductSubmit=Submit
+ProductSupplierCanDropShip=Supplier can drop ship?
 ProductSupplierPrefOrderId=Supplier pref order Id
 ProductSupplierProductId=Supplier product Id
 ProductSupplierProductName=Supplier product name

Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?view=diff&rev=478944&r1=478943&r2=478944
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Fri Nov 24 11:02:04 2006
@@ -590,7 +590,7 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="canDropShip">
+        <field name="canDropShip" title="${uiLabelMap.ProductSupplierCanDropShip}">
             <drop-down allow-empty="false" no-current-selected-key="N">
                 <option key="Y" description="${uiLabelMap.CommonY}"/>
                 <option key="N" description="${uiLabelMap.CommonN}"/>