You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/05/13 16:34:16 UTC

svn commit: r655882 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Author: jacopoc
Date: Tue May 13 07:34:16 2008
New Revision: 655882

URL: http://svn.apache.org/viewvc?rev=655882&view=rev
Log:
Added drop down box for default shipment box type in the Edit Product form.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=655882&r1=655881&r2=655882&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Tue May 13 07:34:16 2008
@@ -163,6 +163,13 @@
             </drop-down>
         </field>
         <field position="1" name="piecesIncluded" title="${uiLabelMap.ProductPiecesIncluded}"><text size="10" maxlength="20"/></field>
+        <field position="2" name="defaultShipmentBoxTypeId">
+            <drop-down allow-empty="true">
+                <entity-options entity-name="ShipmentBoxType" key-field-name="shipmentBoxTypeId" description="${description}">
+                    <entity-order-by field-name="description"/>
+                </entity-options>
+            </drop-down>
+        </field>
 
         <field position="1" name="returnable" title="${uiLabelMap.ProductReturnable}">
             <drop-down allow-empty="true"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>