From 3ed3a2d176713b37b612418c0df08a0f168fc7af Mon Sep 17 00:00:00 2001 From: alexandre-00 Date: Fri, 9 Jan 2015 14:42:27 +0800 Subject: [PATCH] Update bom.py removed the attrgetter --- erpnext/manufacturing/doctype/bom/bom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/bom/bom.py b/erpnext/manufacturing/doctype/bom/bom.py index c02576f86d..8a19f41f95 100644 --- a/erpnext/manufacturing/doctype/bom/bom.py +++ b/erpnext/manufacturing/doctype/bom/bom.py @@ -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):