delete row issue in grid fixed
This commit is contained in:
parent
07a57c101c
commit
41712834fa
1 changed files with 0 additions and 1 deletions
|
|
@ -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:')):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue