Author: ashish
Date: Sat Jul  4 12:42:29 2009
New Revision: 791114

URL: http://svn.apache.org/viewvc?rev=791114&view=rev
Log:
Mistakenly this was commented out before few days.
Uncommented the code and Changed link name to Edit.

The changes can be done in the Add form present below the list form. (As that 
form work fine for Add / Update)

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=791114&r1=791113&r2=791114&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml 
(original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml 
Sat Jul  4 12:42:29 2009
@@ -870,16 +870,15 @@
         <field name="lastPrice" 
header-link="EditProductSuppliers?productId=${productId}&amp;orderBy=lastPrice" 
header-link-style="buttontext">
             <display type="currency" currency="${currencyUomId}"/>
         </field>
-        <!-- not usable : no fields modifiable -->
-        <!--field name="updateLink" title="${uiLabelMap.CommonEmptyHeader}" 
widget-style="buttontext">
-            <hyperlink target="EditProductSuppliers" 
description="${uiLabelMap.CommonUpdate}" also-hidden="false">
+        <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" 
widget-style="buttontext">
+            <hyperlink target="EditProductSuppliers" 
description="${uiLabelMap.CommonEdit}" also-hidden="false">
                 <parameter param-name="productId"/>
                 <parameter param-name="partyId"/>
                 <parameter param-name="currencyUomId"/>
                 <parameter param-name="minimumOrderQuantity"/>
                 <parameter param-name="availableFromDate"/>
             </hyperlink>
-        </field-->
+        </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" 
widget-style="buttontext">
             <hyperlink target="removeSupplierProduct" 
description="${uiLabelMap.CommonDelete}" also-hidden="false">
                 <parameter param-name="productId"/><parameter 
param-name="partyId"/><parameter param-name="currencyUomId"/>


Reply via email to