fix: clear throw message
This commit is contained in:
parent
d1aea9981a
commit
fd65fe8625
1 changed files with 1 additions and 0 deletions
|
|
@ -497,6 +497,7 @@ def delete_bulk(doctype, items):
|
|||
undeleted_items.append(d)
|
||||
frappe.db.rollback()
|
||||
if undeleted_items and len(items) != len(undeleted_items):
|
||||
frappe.clear_messages()
|
||||
delete_bulk(doctype, undeleted_items)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue