Author: apatel
Date: Wed Sep 12 02:08:06 2007
New Revision: 574854
URL:
http://svn.apache.org/viewvc?rev=574854&view=revLog:
Removed post button from the display table
Modified:
ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml?rev=574854&r1=574853&r2=574854&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml Wed Sep 12 02:08:06 2007
@@ -72,10 +72,8 @@
<hyperlink also-hidden="false" description="${paymentId}" target="editPayment?paymentId=${paymentId}"/>
</field>
<field name="paymentId" use-when="paymentId==null"><display/></field>
- <field name="partyId"><display/></field>
- <field name="post" title="${uiLabelMap.AccountingPostTransaction}" widget-style="buttontext">
- <hyperlink description="${uiLabelMap.AccountingPostTransaction}" target="postAcctgTrans?acctgTransId=${acctgTransId}&organizationPartyId=${organizationPartyId}" also-hidden="false"/>
- </field>
+ <field name="isPosted"><display/></field>
+ <field name="partyId"><display/></field>
</form>
<form name="ListUnpostedAcctgTrans" type="list" title="Unposted Accounting Transactions" list-name="transactions">