diff --git a/erpnext/stock/doctype/stock_entry_type/stock_entry_type.py b/erpnext/stock/doctype/stock_entry_type/stock_entry_type.py index 040b98d84c7..4a768ee94fd 100644 --- a/erpnext/stock/doctype/stock_entry_type/stock_entry_type.py +++ b/erpnext/stock/doctype/stock_entry_type/stock_entry_type.py @@ -9,11 +9,10 @@ from frappe import _ from frappe.model.document import Document from frappe.utils import cint, flt +from erpnext.manufacturing.doctype.bom.bom import get_bom_items_as_dict from erpnext.stock.serial_batch_bundle import SerialBatchCreation from erpnext.stock.utils import get_combine_datetime -from erpnext.manufacturing.doctype.bom.bom import get_bom_items_as_dict - class StockEntryType(Document): # begin: auto-generated types