fix: Test case

This commit is contained in:
Deepesh Garg
2021-12-28 14:13:04 +05:30
parent b00f6676f1
commit bdb6c4170b

View File

@@ -963,7 +963,7 @@ class TestPurchaseInvoice(unittest.TestCase):
pi = make_purchase_invoice(item=item.name, qty=1, rate=100, do_not_save=True)
pi.set_posting_time = 1
pi.posting_date = '2019-03-15'
pi.posting_date = '2019-01-10'
pi.items[0].enable_deferred_expense = 1
pi.items[0].service_start_date = "2019-01-10"
pi.items[0].service_end_date = "2019-03-15"