Update bom.py

removed the attrgetter
This commit is contained in:
alexandre-00 2015-01-09 14:42:27 +08:00
parent de58657537
commit 3ed3a2d176

View File

@ -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):