Skip to content

Commit

Permalink
Merge pull request #29057 from deepeshgarg007/unit_test_fixes
Browse files Browse the repository at this point in the history
fix: Deferred revenue test case
  • Loading branch information
marination authored Dec 28, 2021
2 parents 18eb47f + 6f933db commit 27b157d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ def test_deferred_expense_via_journal_entry(self):

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"
Expand Down

0 comments on commit 27b157d

Please sign in to comment.