Commit 6d5ed61f authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup! Zuite_deleteDataForTradeZuite

parent 03e8b4d8
......@@ -10,8 +10,6 @@ object_value_list = [
for object_value in object_value_list:
if object_value is None:
continue
try:
object_value.getParentValue().manage_delObjects(ids=[object_value.getId()])
except:
pass
object_value.getParentValue().manage_delObjects(ids=[object_value.getId()])
return "Deleted Successfully."
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