Commit 17f15544 authored by Łukasz Nowak's avatar Łukasz Nowak

Do not commit not for commit.

parent 6ef4999d
......@@ -58,10 +58,6 @@ if portal.portal_activities.countMessageWithTag(tag) > 0:\n
raise TypeError(\'Already running\')\n
method_id = \'Base_updateSlapOSLocalRoles\'\n
for module_id in portal.objectIds(("ERP5 Folder",)):\n
# not for commit\n
if module_id in (\'accounting_module\', \'internal_packing_list_module\', \'open_sale_order_module\', \'portal_simulation\', \'purchase_packing_list_module\', \'sale_order_module\', \'sale_packing_list_module\', \'sale_trade_condition_module\'):\n
continue\n
# not for commit\n
if module_id.endswith("_module"):\n
portal[module_id].activate().recurseCallMethod(\n
method_id,\n
......
14
\ No newline at end of file
15
\ 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