delete row issue in grid fixed

This commit is contained in:
Nabin Hait 2012-07-05 16:16:21 +05:30
parent 07a57c101c
commit 41712834fa

View file

@ -216,7 +216,6 @@ class DocList:
"""
child_map = {}
webnotes.errprint([[]])
for d in self.children:
if d.fields.has_key('parent'):
if d.parent and (not d.parent.startswith('old_parent:')):