Author: adrianc
Date: Wed Jan 15 13:21:01 2014
New Revision: 1558374
URL:
http://svn.apache.org/r1558374Log:
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/release13.07/ (props changed)
ofbiz/branches/release13.07/applications/accounting/widget/FixedAssetForms.xml
Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1558373
Modified: ofbiz/branches/release13.07/applications/accounting/widget/FixedAssetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/accounting/widget/FixedAssetForms.xml?rev=1558374&r1=1558373&r2=1558374&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/accounting/widget/FixedAssetForms.xml (original)
+++ ofbiz/branches/release13.07/applications/accounting/widget/FixedAssetForms.xml Wed Jan 15 13:21:01 2014
@@ -617,7 +617,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"/>