You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/07/19 05:30:34 UTC

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

Author: jonesde
Date: Wed Jul 18 20:30:33 2007
New Revision: 557473

URL: http://svn.apache.org/viewvc?view=rev&rev=557473
Log:
Fixed bad field name in description

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?view=diff&rev=557473&r1=557472&r2=557473
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Wed Jul 18 20:30:33 2007
@@ -1145,7 +1145,7 @@
         <field name="productId"><hidden/></field>
         <field name="subscriptionResourceId" widget-style="tabletext">
             <display-entity entity-name="SubscriptionResource" description="${description}">
-                <sub-hyperlink target="EditSubscriptionResource?subscriptionResourceId=${subscriptionResourceId}" description="${exampleFeatureId}" link-style="buttontext"/>
+                <sub-hyperlink target="EditSubscriptionResource?subscriptionResourceId=${subscriptionResourceId}" description="${subscriptionResourceId}" link-style="buttontext"/>
             </display-entity>
         </field>
         <field name="fromDate" widget-style="tabletext"><display/></field>