You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/10/21 18:25:29 UTC

svn commit: r828085 - /ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml

Author: buscob
Date: Wed Oct 21 16:25:29 2009
New Revision: 828085

URL: http://svn.apache.org/viewvc?rev=828085&view=rev
Log:
A patch from Akash Jain "Remove extra UnPosted Totals screenlet from Transactions Total Screen" (https://issues.apache.org/jira/browse/OFBIZ-3070) - OFBIZ-3070

Modified:
    ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml

Modified: ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml?rev=828085&r1=828084&r2=828085&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml Wed Oct 21 16:25:29 2009
@@ -468,9 +468,6 @@
                         <screenlet title="${uiLabelMap.AccountingUnPostedTransactionTotals}">
                             <include-form name="UnpostedTransactionTotalList" location="component://accounting/widget/ReportFinancialSummaryForms.xml"/>
                         </screenlet>
-                        <screenlet title="${uiLabelMap.AccountingUnPostedTransactionTotals}">
-                            <include-form name="UnpostedTransactionTotalList" location="component://accounting/widget/ReportFinancialSummaryForms.xml"/>
-                        </screenlet>
                         <screenlet title="${uiLabelMap.AccountingPostedAndUnpostedTransactionTotals}">
                             <include-form name="PostedAndUnpostedTransactionTotalList" location="component://accounting/widget/ReportFinancialSummaryForms.xml"/>                               
                         </screenlet>