svn commit: r1558375 - in /ofbiz/branches/release12.04: ./ applications/accounting/widget/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: r1558375 - in /ofbiz/branches/release12.04: ./ applications/accounting/widget/FixedAssetForms.xml

adrianc
Author: adrianc
Date: Wed Jan 15 13:22:54 2014
New Revision: 1558375

URL: http://svn.apache.org/r1558375
Log:
Merged revision(s) 1558373 from ofbiz/trunk:
Fixed a bug in the FixedAssetTransactions. Patch contributed by Simon Maskell - https://issues.apache.org/jira/browse/OFBIZ-5488.

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

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

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=1558375&r1=1558374&r2=1558375&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/accounting/widget/FixedAssetForms.xml (original)
+++ ofbiz/branches/release12.04/applications/accounting/widget/FixedAssetForms.xml Wed Jan 15 13:22:54 2014
@@ -646,7 +646,7 @@ under the License.
         <field name="nbv" title="Net Book Value"><display type="currency" currency="${fixedAsset.purchaseCostUomId}"/></field>
     </form>
     <form name="FixedAssetTransactions" type="list"
-        odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
+        odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" list-name="fixedAssetTransactions">
         <actions>
             <entity-condition entity-name="AcctgTransAndEntries" list="fixedAssetTransactions">
                 <condition-expr field-name="fixedAssetId" from-field="fixedAssetId"/>