[OFBiz] SVN: r6885 - in trunk/applications/accounting/webapp/accounting: invoice payment

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Wed Mar 1 19:44:14 CST 2006


Author: sichen
Date: 2006-03-01 19:44:10 -0600 (Wed, 01 Mar 2006)
New Revision: 6885

Modified:
   trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
   trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
Log:
Fixed a couple of dead links from accountingext for viewing account details

Modified: trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml	2006-03-02 01:21:43 UTC (rev 6884)
+++ trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml	2006-03-02 01:44:10 UTC (rev 6885)
@@ -173,9 +173,6 @@
             </entity-condition>
         </actions>
         <auto-fields-entity entity-name="AcctgTransAndEntries" default-field-type="display"/>
-        <field name="glAccountId">
-            <hyperlink description="${glAccountId}" target="AccountActivitiesDetail?glAccountId=${glAccountId}&amp;organizationPartyId=${organizationPartyId}&amp;glFiscalTypeId=ACTUAL"/>
-        </field>
         <field name="paymentId"><hidden/></field>
     </form>
     

Modified: trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml	2006-03-02 01:21:43 UTC (rev 6884)
+++ trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml	2006-03-02 01:44:10 UTC (rev 6885)
@@ -286,8 +286,5 @@
         </actions>
         <auto-fields-entity entity-name="AcctgTransAndEntries" default-field-type="display"/>
         <field name="paymentId"><hidden/></field>
-        <field name="glAccountId">
-            <hyperlink description="${glAccountId}" target="AccountActivitiesDetail?glAccountId=${glAccountId}&amp;organizationPartyId=${organizationPartyId}&amp;glFiscalTypeId=ACTUAL"/>
-        </field>
     </form>
 </forms>



More information about the Svn mailing list