commit | e311667a250d112552a115a4b551efdc53cf6099 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Jan 04 16:24:24 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Jan 04 16:24:24 2022 +0530 |
tree | 7d7393c02c926981aadb5552107c9bdf88882f79 | |
parent | 094158f287240fd0807ada6eb89dc6874420aed8 [diff] |
fix: Test case
diff --git a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py index 9bb6507..44806d5 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
@@ -2465,6 +2465,7 @@ si.set_posting_time = 1 si.posting_date = '2019-01-01' + si.debit_to = '_Test Receivable USD - _TC' si.items[0].enable_deferred_revenue = 1 si.items[0].service_start_date = "2019-01-01" si.items[0].service_end_date = "2019-03-30"