From 235439df5bf48ead8f4fbeaae60967077d48987e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 8 Nov 2011 12:52:51 +0530 Subject: [PATCH] bin fixes for reposting future entries --- erpnext/stock/doctype/bin/bin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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