Author: jacopoc
Date: Wed Aug 16 01:51:54 2006
New Revision: 431864
URL:
http://svn.apache.org/viewvc?rev=431864&view=revLog:
Applied patch from Scott Gray to fix a bug in the product price screen, where the last modified details were never shown.
Modified:
incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=431864&r1=431863&r2=431864&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Wed Aug 16 01:51:54 2006
@@ -260,7 +260,7 @@
</field>
<field name="lastUpdatedByText" title="${uiLabelMap.ProductLastModifiedBy}:" widget-style="tabletext">
- <display description="[${productPrice.lastModifiedByUserLogin}] ${uiLabelMap.CommonOn} ${productPrice.lastModifiedDate}" also-hidden="false"/>
+ <display description="[${lastModifiedByUserLogin}] ${uiLabelMap.CommonOn} ${lastModifiedDate}" also-hidden="false"/>
</field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>