fix: Deferred revenue test case
This commit is contained in:
parent
bb6d1de221
commit
6f933db3cc
@ -986,7 +986,7 @@ class TestPurchaseInvoice(unittest.TestCase):
|
|||||||
|
|
||||||
pi = make_purchase_invoice(item=item.name, qty=1, rate=100, do_not_save=True)
|
pi = make_purchase_invoice(item=item.name, qty=1, rate=100, do_not_save=True)
|
||||||
pi.set_posting_time = 1
|
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].enable_deferred_expense = 1
|
||||||
pi.items[0].service_start_date = "2019-01-10"
|
pi.items[0].service_start_date = "2019-01-10"
|
||||||
pi.items[0].service_end_date = "2019-03-15"
|
pi.items[0].service_end_date = "2019-03-15"
|
||||||
|
Loading…
Reference in New Issue
Block a user