mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
chore(test_item_group): removed unused function _print_tree (#53716)
This commit is contained in:
@@ -230,8 +230,3 @@ class TestItemGroup(ERPNextTestSuite):
|
|||||||
return no_of_children
|
return no_of_children
|
||||||
|
|
||||||
return get_no_of_children([item_group], 0)
|
return get_no_of_children([item_group], 0)
|
||||||
|
|
||||||
def _print_tree(self):
|
|
||||||
import json
|
|
||||||
|
|
||||||
print(json.dumps(frappe.db.sql("select name, lft, rgt from `tabItem Group` order by lft"), indent=1))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user