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

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

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

buscob
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>