Commit 4f218ea6 authored by Jérome Perrin's avatar Jérome Perrin

search accounting period in the organisation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5438 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 660b6e20
......@@ -70,7 +70,7 @@
portal = context.getPortalObject()\n
\n
period_list = portal.accounting_period_module\\\n
period_list = context.getParentValue()\\\n
.searchFolder( simulation_state = [\'planned\', \'confirmed\', \'delivered\'],\n
sort_on = (\'delivery.stop_date\', \'ASC\'))\n
\n
......
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