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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 18 16:34:55 CEST 2007


Author: jerome
Date: Fri May 18 16:34:54 2007
New Revision: 14518

URL: http://svn.erp5.org?rev=14518&view=rev
Log:
name parameter correctly: payment, not source_payment

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountStatementReportSectionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountStatementReportSectionList.xml?rev=14518&r1=14517&r2=14518&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountStatementReportSectionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountStatementReportSectionList.xml Fri May 18 16:34:54 2007
@@ -89,7 +89,7 @@
 # a third party regardless of the account).\n
 node = request[\'node\']\n
 mirror_section = request.get(\'mirror_section\', None)\n
-source_payment = request.get(\'source_payment\', None)\n
+payment = request.get(\'payment\', None)\n
 simulation_state = request[\'simulation_state\']\n
 from_date = request.get(\'from_date\', None)\n
 omit_grouping_reference = request.get(\'omit_grouping_reference\', 0)\n
@@ -112,9 +112,9 @@
               simulation_state=simulation_state, )\n
 if from_date:\n
   params[\'from_date\'] = from_date\n
-if source_payment :\n
-  params[\'payment_uid\'] = traverse(source_payment).getUid()\n
-if mirror_section :\n
+if payment:\n
+  params[\'payment_uid\'] = traverse(payment).getUid()\n
+if mirror_section:\n
   params[\'mirror_section_uid\'] = traverse(mirror_section).getUid()\n
 if parent_portal_type:\n
   params[\'parent_portal_type\'] = parent_portal_type\n
@@ -197,7 +197,7 @@
                             <string>node</string>
                             <string>None</string>
                             <string>mirror_section</string>
-                            <string>source_payment</string>
+                            <string>payment</string>
                             <string>simulation_state</string>
                             <string>from_date</string>
                             <string>omit_grouping_reference</string>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=14518&r1=14517&r2=14518&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Fri May 18 16:34:54 2007
@@ -1,1 +1,1 @@
-306
+307




More information about the Erp5-report mailing list