commit | 4e1b7dcc08dd8eca222b1be7f673015940f85f06 | [log] [tgz] |
---|---|---|
author | Akhilesh Darjee <akhileshdarjee@gmail.com> | Mon Sep 23 11:53:30 2013 +0530 |
committer | Akhilesh Darjee <akhileshdarjee@gmail.com> | Mon Sep 23 11:53:30 2013 +0530 |
tree | b749230294de720291693d6e46fb57c69758dee7 | |
parent | 4259f7278a81f4eb88ee07ee377442c62f2a4719 [diff] | |
parent | f0fc9a54ee2152b1490fb75dc247f7bc6b11a989 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/buying/utils.py b/buying/utils.py index f4fb2f3..179db9b 100644 --- a/buying/utils.py +++ b/buying/utils.py
@@ -65,7 +65,7 @@ out = webnotes._dict({ "description": item.description_html or item.description, - "qty": 0.0, + "qty": 1.0, "uom": item.stock_uom, "conversion_factor": 1.0, "warehouse": args.warehouse or item.default_warehouse,