[Erp5-report] r14147 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 20 16:13:07 CEST 2007


Author: jerome
Date: Fri Apr 20 16:13:04 2007
New Revision: 14147

URL: http://svn.erp5.org?rev=14147&view=rev
Log:
Previous commit had a bad side effect, because portal_type key is passed by most lisboxes

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml?rev=14147&r1=14146&r2=14147&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml Fri Apr 20 16:13:04 2007
@@ -100,7 +100,7 @@
               simulation_state=simulation_state,\n
               omit_grouping_reference=omit_grouping_reference,\n
               period_start_date=period_start_date,\n
-              portal_type=portal.getPortalAccountingMovementTypeList(),\n
+              movement_portal_type=portal.getPortalAccountingMovementTypeList(),\n
               no_mirror_section_uid_cache=1)\n
 \n
 if from_date:\n

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml?rev=14147&r1=14146&r2=14147&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml Fri Apr 20 16:13:04 2007
@@ -158,9 +158,9 @@
 if simulation_state:\n
   params[\'simulation_state\'] = simulation_state\n
 \n
-portal_type = selection_params.get(\'portal_type\', None)\n
+portal_type = selection_params.get(\'movement_portal_type\', None)\n
 if portal_type:\n
-  params[\'portal_type\'] = portal_type\n
+  params[\'portal_type\'] = movement_portal_type\n
 else:\n
   parent_portal_type = selection_params.get(\'parent_portal_type\', None)\n
   if parent_portal_type:\n
@@ -236,6 +236,7 @@
                             <string>payment_uid</string>
                             <string>simulation_state</string>
                             <string>portal_type</string>
+                            <string>movement_portal_type</string>
                             <string>parent_portal_type</string>
                           </tuple>
                         </value>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=14147&r1=14146&r2=14147&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Fri Apr 20 16:13:04 2007
@@ -1,1 +1,1 @@
-259
+264




More information about the Erp5-report mailing list