svn commit: r603167 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r603167 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

jacopoc
Author: jacopoc
Date: Tue Dec 11 00:01:18 2007
New Revision: 603167

URL: http://svn.apache.org/viewvc?rev=603167&view=rev
Log:
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}&amp;organizationPartyId=${organizationPartyId}&amp;verifyOnly=Y" also-hidden="false"/>
         </field>