You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacopo Cappellato <ti...@sastau.it> on 2007/08/16 15:18:28 UTC

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

Hans,

are you sure is it correct?

The right one should be:

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

Jacopo

hansbak@apache.org 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>
>