Commit 81aed153 authored by Aurel's avatar Aurel

remove useless wf and useless log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10773 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c71f767
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.DCWorkflow.DCWorkflow</string>
<string>DCWorkflowDefinition</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>groups</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>bank_account_edit_workflow</string> </value>
</item>
<item>
<key> <string>initial_state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Bank Account Edit Workflow</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -91,8 +91,6 @@ site_uid = transaction.getSiteUid()\n
\n
operation_list_object = transaction.Baobab_getRemainingOperationList(site_uid=site_uid, date=current_date, simulation_state=[\'confirmed\',])\n
\n
context.log(\'counter_workflow, cancelRemainingOperation\', \'operation list = %s\' %(operation_list_object,))\n
\n
for operation in operation_list_object:\n
context.log(\'cancelling operations\', operation.getRelativeUrl())\n
operation.reject()\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