bin fixes for reposting future entries
diff --git a/erpnext/stock/doctype/bin/bin.py b/erpnext/stock/doctype/bin/bin.py
index 9265af0..cadab1e 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