svn commit: r574854 - /ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml

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

svn commit: r574854 - /ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml

apatel-2
Author: apatel
Date: Wed Sep 12 02:08:06 2007
New Revision: 574854

URL: http://svn.apache.org/viewvc?rev=574854&view=rev
Log:
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}&amp;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">