commit | 235439df5bf48ead8f4fbeaae60967077d48987e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Nov 08 12:52:51 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Nov 08 12:52:51 2011 +0530 |
tree | 66cf1106b16f394bd09c243e16312672a34cfc4d | |
parent | 76228f1c79d24c9cb6c48f2602d26410155578e1 [diff] |
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