commit | 1f61a1ecf22785beb8fe968b633f0e54c1d074fb | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Apr 23 18:44:57 2019 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Apr 23 18:44:57 2019 +0530 |
tree | f6f445c765aeb46bf5b1ae1f10a1ab7a907db991 | |
parent | 319c912f910b8ef21bf12af952acefabf4066091 [diff] |
minot fix
diff --git a/erpnext/stock/doctype/stock_entry/test_stock_entry.py b/erpnext/stock/doctype/stock_entry/test_stock_entry.py index 47f2187..d7808c2 100644 --- a/erpnext/stock/doctype/stock_entry/test_stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/test_stock_entry.py
@@ -729,7 +729,7 @@ make_stock_entry(item_code="_Test Item 2", target="_Test Warehouse - _TC", qty=50, basic_rate=20) item_quantity = { - '_Test Item': 2.0, + '_Test Item': 10.0, '_Test Item 2': 12.0, '_Test Serialized Item With Series': 6.0 }