You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/01/21 22:42:21 UTC

svn commit: r1560207 - in /ofbiz/branches/release12.04: ./ applications/accounting/widget/FixedAssetForms.xml

Author: jleroux
Date: Tue Jan 21 21:42:21 2014
New Revision: 1560207

URL: http://svn.apache.org/r1560207
Log:
"Applied fix from trunk for revision: 1560205  " 
------------------------------------------------------------------------
r1560205 | jleroux | 2014-01-21 22:41:34 +0100 (mar. 21 janv. 2014) | 2 lignes

A patch from Simon Maskell for "Fixed Asset Depreciation Method missing list-name from form ListFixedAssetDepMethods in FixedAssetForm" https://issues.apache.org/jira/browse/OFBIZ-5499

------------------------------------------------------------------------


Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/accounting/widget/FixedAssetForms.xml

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1560205

Modified: ofbiz/branches/release12.04/applications/accounting/widget/FixedAssetForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/accounting/widget/FixedAssetForms.xml?rev=1560207&r1=1560206&r2=1560207&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/accounting/widget/FixedAssetForms.xml (original)
+++ ofbiz/branches/release12.04/applications/accounting/widget/FixedAssetForms.xml Tue Jan 21 21:42:21 2014
@@ -617,7 +617,7 @@ under the License.
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListFixedAssetDepMethods" type="list"
+    <form name="ListFixedAssetDepMethods" type="list" list-name="fixedAssetDepMethods"
         odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
         <actions>
             <entity-condition entity-name="FixedAssetDepMethod" list="fixedAssetDepMethods">