Re: svn commit: r566696 - /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
|

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

Jacopo Cappellato
Hans,

are you sure is it correct?

The right one should be:

<field name="productId"><hidden value="${parameters.productId}"/></field>

Jacopo

[hidden email] wrote:

> Author: hansbak
> Date: Thu Aug 16 06:01:36 2007
> New Revision: 566696
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=566696
> Log:
> allow the form also to be used in a one2one product-fixedasset rental relationship
>
> 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=566696&r1=566695&r2=566696
> ==============================================================================
> --- ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml (original)
> +++ ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml Thu Aug 16 06:01:36 2007
> @@ -136,6 +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="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>
>