Update bom.py
removed the attrgetter
This commit is contained in:
parent
de58657537
commit
3ed3a2d176
@ -8,7 +8,7 @@ from frappe.utils import cint, cstr, flt
|
||||
from frappe import _
|
||||
from frappe.model.document import Document
|
||||
|
||||
from operator import itemgetter, attrgetter
|
||||
from operator import itemgetter
|
||||
|
||||
class BOM(Document):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user