Small patch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Small patch

Scott Gray
The product price screen never displays the last modified details, the
attached patch fixes it.

Regards
Scott

Index: applications/product/webapp/catalog/product/ProductForms.xml
===================================================================
--- applications/product/webapp/catalog/product/ProductForms.xml (revision 431859)
+++ applications/product/webapp/catalog/product/ProductForms.xml (working copy)
@@ -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>
Reply | Threaded
Open this post in threaded view
|

Re: Small patch

Jacopo Cappellato
Thanks Scott,

your patch is in svn with rev.431864

Jacopo

Scott Gray wrote:
> The product price screen never displays the last modified details, the
> attached patch fixes it.
>
> Regards
> Scott
>