mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
removed code related to Badge
This commit is contained in:
@@ -22,9 +22,6 @@ class DocType:
|
||||
self.doc = doc
|
||||
self.doclist = doclist
|
||||
|
||||
# Notification objects
|
||||
self.badge_obj = get_obj('Badge Settings','Badge Settings','','',1)
|
||||
|
||||
#autoname function
|
||||
def autoname(self):
|
||||
self.doc.name = make_autoname(self.doc.naming_series+'.#####')
|
||||
|
||||
Reference in New Issue
Block a user