Commit 889fb764 authored by Jérome Perrin's avatar Jérome Perrin

This script was only working in the case of a redirect, but now...

This script was only working in the case of a redirect, but now Base_callDialogMethod can use the same request

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18449 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ff7e6033
......@@ -74,7 +74,7 @@ N_ = container.Base_translateString\n
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
......
535
\ No newline at end of file
537
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment