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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 20 11:58:26 CET 2007


Author: jerome
Date: Thu Dec 20 11:58:25 2007
New Revision: 18449

URL: http://svn.erp5.org?rev=18449&view=rev
Log:
This script was only working in the case of a redirect, but now Base_callDialogMethod can use the same request

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalReportSectionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalReportSectionList.xml?rev=18449&r1=18448&r2=18449&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalReportSectionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalReportSectionList.xml Thu Dec 20 11:58:25 2007
@@ -74,7 +74,7 @@
 portal_type = request[\'portal_type\']\n
 simulation_state = request[\'simulation_state\']\n
 at_date = request[\'at_date\'].latestTime()\n
-from_date = request.get(\'from_date\', at_date.earliestTime())\n
+from_date = request.get(\'from_date\') or at_date.earliestTime()\n
 section_uid = context.Base_getSectionUidListForSectionCategory(\n
                                      request[\'section_category\'])\n
 payment_mode = request.get(\'payment_mode\')\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=18449&r1=18448&r2=18449&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Thu Dec 20 11:58:25 2007
@@ -1,1 +1,1 @@
-535
+537




More information about the Erp5-report mailing list