From d826b08b7eda6ae772997b20865ff706bc5163a3 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 11 Jun 2013 18:17:52 +0530 Subject: [PATCH] [stock entry] [test] fixes --- stock/doctype/stock_entry/test_stock_entry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stock/doctype/stock_entry/test_stock_entry.py b/stock/doctype/stock_entry/test_stock_entry.py index a9281cd004..ff2e479bb6 100644 --- a/stock/doctype/stock_entry/test_stock_entry.py +++ b/stock/doctype/stock_entry/test_stock_entry.py @@ -226,6 +226,7 @@ class TestStockEntry(unittest.TestCase): 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()