Commit e0bcb668 authored by Sebastien Robin's avatar Sebastien Robin

make sure to issue check when we deliver checkbooks and check

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13622 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 39224b93
......@@ -81,9 +81,6 @@ for line in line_list:\n
for aggregate in aggregate_list:\n
if aggregate.getPortalType()==\'Checkbook\':\n
aggregate.setStartDate(transaction.getStartDate())\n
aggregate.Checkbook_createCheckList(\n
start_number=aggregate.getReferenceRangeMin(),\n
stop_number=aggregate.getReferenceRangeMax())\n
for check in aggregate.objectValues(portal_type=\'Check\'):\n
check.confirm()\n
check.setStartDate(transaction.getStartDate())\n
......
......@@ -35,7 +35,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string></string> </value>
<value> <string>updateCheckAndCheckbook</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
127
\ No newline at end of file
129
\ 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