mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 23:33:43 +00:00
[minor] [refactor]
This commit is contained in:
@@ -12,7 +12,6 @@ from frappe.model.document import Document
|
||||
class NamingSeriesNotSetError(frappe.ValidationError): pass
|
||||
|
||||
class NamingSeries(Document):
|
||||
|
||||
def get_transactions(self, arg=None):
|
||||
doctypes = list(set(frappe.db.sql_list("""select parent
|
||||
from `tabDocField` where fieldname='naming_series'""")
|
||||
|
||||
Reference in New Issue
Block a user