[Minor] Landed Cost Voucher test case fixed
This commit is contained in:
parent
2d8047837c
commit
fe61c314b7
@ -13,7 +13,7 @@ from erpnext.accounts.doctype.purchase_invoice.test_purchase_invoice import make
|
|||||||
class TestLandedCostVoucher(unittest.TestCase):
|
class TestLandedCostVoucher(unittest.TestCase):
|
||||||
def test_landed_cost_voucher(self):
|
def test_landed_cost_voucher(self):
|
||||||
set_perpetual_inventory(1)
|
set_perpetual_inventory(1)
|
||||||
pr = frappe.copy_doc(pr_test_records[0])
|
pr = frappe.copy_doc(pr_test_records[1])
|
||||||
pr.submit()
|
pr.submit()
|
||||||
|
|
||||||
last_sle = frappe.db.get_value("Stock Ledger Entry", {
|
last_sle = frappe.db.get_value("Stock Ledger Entry", {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user