commit | 3ed3a2d176713b37b612418c0df08a0f168fc7af | [log] [tgz] |
---|---|---|
author | alexandre-00 <alexandre_00@hotmail.com> | Fri Jan 09 14:42:27 2015 +0800 |
committer | alexandre-00 <alexandre_00@hotmail.com> | Fri Jan 09 14:42:27 2015 +0800 |
tree | 0bb7da7925f01f52230803d5fa51ca67ea74815b | |
parent | de5865753753942e24448f6211ad58ab8ebe95b6 [diff] |
Update bom.py removed the attrgetter
diff --git a/erpnext/manufacturing/doctype/bom/bom.py b/erpnext/manufacturing/doctype/bom/bom.py index c02576f..8a19f41 100644 --- a/erpnext/manufacturing/doctype/bom/bom.py +++ b/erpnext/manufacturing/doctype/bom/bom.py
@@ -8,7 +8,7 @@ from frappe import _ from frappe.model.document import Document -from operator import itemgetter, attrgetter +from operator import itemgetter class BOM(Document):