Author: erwan
Date: Mon Oct 18 15:29:29 2010
New Revision: 1023850
URL:
http://svn.apache.org/viewvc?rev=1023850&view=revLog:
When searching for a subscription, automaticExtend is a Y/N field and not a text field
Modified:
ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml?rev=1023850&r1=1023849&r2=1023850&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml Mon Oct 18 15:29:29 2010
@@ -62,6 +62,12 @@ under the License.
<field name="orderId"><lookup target-form-name="LookupOrderHeader"/></field>
<field name="productId"><lookup target-form-name="LookupProduct"/></field>
<field name="productCategoryId"><lookup target-form-name="LookupProductCategory"/></field>
+ <field name="automaticExtend">
+ <drop-down allow-empty="true">
+ <option key="Y" description="${uiLabelMap.CommonYes}"/>
+ <option key="N" description="${uiLabelMap.CommonNo}"/>
+ </drop-down>
+ </field>
<field name="roleTypeId"><ignored/></field>
<field name="canclAutmExtTimeUomId"><ignored/></field>