Commit 00d18b28 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix post copy&paste typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44785 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fbea1c0a
......@@ -68,7 +68,7 @@
for address in to_add_ip_dict_list:\n
if to_delete_ip_id_list:\n
id = to_delete_ip_id_list.pop()\n
address_document = getattr(partition, id)\n
address_document = getattr(document, id)\n
else:\n
kw = {\'portal_type\': \'Internet Protocol Address\'}\n
if len(document.objectIds(portal_type=\'Internet Protocol Address\')):\n
......
365
\ No newline at end of file
-n1 366
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