Author: jacopoc
Date: Tue Dec 11 00:01:18 2007
New Revision: 603167
URL:
http://svn.apache.org/viewvc?rev=603167&view=revLog:
Removed wrong position attributes.
Modified:
ofbiz/trunk/applications/accounting/widget/GlForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=603167&r1=603166&r2=603167&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Tue Dec 11 00:01:18 2007
@@ -150,8 +150,8 @@
</field>
<field name="paymentId" use-when="paymentId==null"><display/></field>
<field name="partyId"><display/></field>
- <field name="workEffortId" position="2"><display/></field>
- <field name="shipmentId" position="2"><display/></field>
+ <field name="workEffortId"><display/></field>
+ <field name="shipmentId"><display/></field>
<field name="verify" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
<hyperlink description="${uiLabelMap.AccountingVerifyTransaction}" target="postAcctgTrans?acctgTransId=${acctgTransId}&organizationPartyId=${organizationPartyId}&verifyOnly=Y" also-hidden="false"/>
</field>