Author: adrianc
Date: Wed Jan 15 13:19:51 2014
New Revision: 1558373
URL:
http://svn.apache.org/r1558373Log:
Fixed a bug in the FixedAssetTransactions. Patch contributed by Simon Maskell -
https://issues.apache.org/jira/browse/OFBIZ-5488.
Modified:
ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml?rev=1558373&r1=1558372&r2=1558373&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml Wed Jan 15 13:19:51 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"/>