From 41712834fa232cef5e4daf3df14264a3aa0cd2a8 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 5 Jul 2012 16:16:21 +0530 Subject: [PATCH] delete row issue in grid fixed --- py/webnotes/model/doclist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/webnotes/model/doclist.py b/py/webnotes/model/doclist.py index 3b09e7b2f0..e0ab44a732 100644 --- a/py/webnotes/model/doclist.py +++ b/py/webnotes/model/doclist.py @@ -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:')):