Author: erwan
Date: Mon Feb 28 20:22:00 2011
New Revision: 1075514
URL:
http://svn.apache.org/viewvc?rev=1075514&view=revLog:
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>