Author: jleroux
Date: Wed Jan 15 13:48:42 2014
New Revision: 1558383
URL:
http://svn.apache.org/r1558383Log:
"Applied fix from trunk for revision: 1558373"
------------------------------------------------------------------------
r1558373 | adrianc | 2014-01-15 14:19:51 +0100 (mer. 15 janv. 2014) | 1 ligne
Fixed a bug in the FixedAssetTransactions. Patch contributed by Simon Maskell -
https://issues.apache.org/jira/browse/OFBIZ-5488.
------------------------------------------------------------------------
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/applications/accounting/widget/FixedAssetForms.xml
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1558373
Modified: ofbiz/branches/release11.04/applications/accounting/widget/FixedAssetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/accounting/widget/FixedAssetForms.xml?rev=1558383&r1=1558382&r2=1558383&view=diff==============================================================================
--- ofbiz/branches/release11.04/applications/accounting/widget/FixedAssetForms.xml (original)
+++ ofbiz/branches/release11.04/applications/accounting/widget/FixedAssetForms.xml Wed Jan 15 13:48:42 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"/>