commit | fe61c314b705a680f66896002664ab52df95cefb | [log] [tgz] |
---|---|---|
author | Kanchan Chauhan <angel143.dr@gmail.com> | Wed Feb 22 17:25:26 2017 +0530 |
committer | Kanchan Chauhan <angel143.dr@gmail.com> | Wed Feb 22 17:25:26 2017 +0530 |
tree | aac46fc5b9ce7473f7a87faf252b1385091dc46a | |
parent | 2d8047837c2e8fcbd17f2efe76141df67a49309b [diff] |
[Minor] Landed Cost Voucher test case fixed
diff --git a/erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py b/erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py index 409770e..6cf0e2e 100644 --- a/erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py +++ b/erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py
@@ -13,7 +13,7 @@ class TestLandedCostVoucher(unittest.TestCase): def test_landed_cost_voucher(self): set_perpetual_inventory(1) - pr = frappe.copy_doc(pr_test_records[0]) + pr = frappe.copy_doc(pr_test_records[1]) pr.submit() last_sle = frappe.db.get_value("Stock Ledger Entry", {