You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/02/28 21:22:00 UTC

svn commit: r1075514 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml widget/catalog/ProductStoreForms.xml

Author: erwan
Date: Mon Feb 28 20:22:00 2011
New Revision: 1075514

URL: http://svn.apache.org/viewvc?rev=1075514&view=rev
Log:
Add missing configuration option for out of stock products for a productStore

Modified:
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml
    ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=1075514&r1=1075513&r2=1075514&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Mon Feb 28 20:22:00 2011
@@ -5251,6 +5251,10 @@
         <value xml:lang="zh">显示免除的税</value>
         <value xml:lang="zh_TW">顯示免除的稅</value>
     </property>
+    <property key="FormFieldTitle_showOutOfStockProducts">
+        <value xml:lang="en">Show Out Of Stock Products</value>
+        <value xml:lang="fr">Afficher les produits hors stock</value>
+    </property>
     <property key="FormFieldTitle_softIdentifier">
         <value xml:lang="de">Identifikationsnummer</value>
         <value xml:lang="en">Soft Identifier</value>

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml?rev=1075514&r1=1075513&r2=1075514&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml Mon Feb 28 20:22:00 2011
@@ -122,6 +122,9 @@
         <field name="balanceResOnOrderCreation">
             <drop-down allow-empty="false" no-current-selected-key="N"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>
         </field>
+        <field name="showOutOfStockProducts">
+            <drop-down allow-empty="false"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>
+        </field>
         <field name="oneInventoryFacility">
             <drop-down allow-empty="true" no-current-selected-key="Y"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>
         </field>