diff --git a/erpnext/stock/doctype/bin/bin.py b/erpnext/stock/doctype/bin/bin.py index 9265af0d9c0..cadab1e4b9f 100644 --- a/erpnext/stock/doctype/bin/bin.py +++ b/erpnext/stock/doctype/bin/bin.py @@ -1,7 +1,7 @@ # Please edit this list and import only required elements import webnotes -from webnotes.utils import cint, cstr, flt +from webnotes.utils import cint, cstr, flt, nowdate from webnotes.model.code import get_obj from webnotes import msgprint