commit | d826b08b7eda6ae772997b20865ff706bc5163a3 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Tue Jun 11 18:17:52 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Tue Jun 11 18:17:52 2013 +0530 |
tree | ea1201a27988bd2dc30f4cf424b619cfddfa00f4 | |
parent | b893b4c081183697e9b8489b680f214c1884ad4f [diff] |
[stock entry] [test] fixes
diff --git a/stock/doctype/stock_entry/test_stock_entry.py b/stock/doctype/stock_entry/test_stock_entry.py index a9281cd..ff2e479 100644 --- a/stock/doctype/stock_entry/test_stock_entry.py +++ b/stock/doctype/stock_entry/test_stock_entry.py
@@ -226,6 +226,7 @@ si.doc.is_pos = si.doc.update_stock = 1 si.doclist[1].warehouse = "_Test Warehouse" si.doclist[1].item_code = item_code + si.doclist[1].qty = 5.0 si.insert() si.submit()