commit | 8e5b2af0fba062b7dcf76b15847848710f7e29ee | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Apr 25 19:35:06 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Fri Apr 25 19:35:06 2014 +0530 |
tree | 4d7376331e88640502e3f6b3e4631ec0af731b47 | |
parent | fc79efb97c5d4396913b25297a7c64f762631003 [diff] |
Set conversion_factor in stock entry test case
diff --git a/erpnext/stock/doctype/stock_entry/test_stock_entry.py b/erpnext/stock/doctype/stock_entry/test_stock_entry.py index 3480f2c..4739d21 100644 --- a/erpnext/stock/doctype/stock_entry/test_stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/test_stock_entry.py
@@ -839,7 +839,8 @@ "s_warehouse": source, "t_warehouse": target, "qty": qty, - "incoming_rate": incoming_rate + "incoming_rate": incoming_rate, + "conversion_factor": 1.0 }) s.insert() s.submit()