mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Update bom.py
removed the attrgetter
This commit is contained in:
@@ -8,7 +8,7 @@ from frappe.utils import cint, cstr, flt
|
|||||||
from frappe import _
|
from frappe import _
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
from operator import itemgetter, attrgetter
|
from operator import itemgetter
|
||||||
|
|
||||||
class BOM(Document):
|
class BOM(Document):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user