svn commit: r566709 - /ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml

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

svn commit: r566709 - /ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml

hansbak-2
Author: hansbak
Date: Thu Aug 16 06:40:08 2007
New Revision: 566709

URL: http://svn.apache.org/viewvc?view=rev&rev=566709
Log:
correction on Revision: 566696 as spotted by Jacopo, thanks.

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml?view=diff&rev=566709&r1=566708&r2=566709
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml Thu Aug 16 06:40:08 2007
@@ -136,7 +136,7 @@
     <!-- list availability/occupation period on a fixed asset -->
     <form name="listFixedAssetCalendar" type="list" list-name="weeks" target="updateFixedAssetProductCalendar" default-table-style="calendar-table">
 
-        <field name="productId"><hidden value="parameters.productId"/></field>
+        <field name="productId"><hidden value="${parameters.productId}"/></field>
         <field name="week" title="${uiLabelMap.Common${month}} ${year}" widget-area-style="calendarWeek"><display description="${uiLabelMap.CommonWeek} ${week}"/></field>
         <field name="Monday" title="${uiLabelMap.CommonEmptyHeader}"><display/></field>
         <field name="MondayData" title="${uiLabelMap.CommonMonday}" widget-style="calendarContent"><display/></field>