mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
test: just debugging
This commit is contained in:
@@ -81,7 +81,8 @@ class TestProcessStatementOfAccounts(AccountsTestMixin, IntegrationTestCase):
|
|||||||
process_soa = create_process_soa(
|
process_soa = create_process_soa(
|
||||||
name="_Test Process SOA", enable_auto_email=1, report="Accounts Receivable"
|
name="_Test Process SOA", enable_auto_email=1, report="Accounts Receivable"
|
||||||
)
|
)
|
||||||
send_emails(process_soa.name, from_scheduler=True)
|
if not frappe.flags.in_migrate:
|
||||||
|
send_emails(process_soa.name, from_scheduler=True)
|
||||||
process_soa.load_from_db()
|
process_soa.load_from_db()
|
||||||
self.assertEqual(process_soa.posting_date, getdate(add_days(today(), 7)))
|
self.assertEqual(process_soa.posting_date, getdate(add_days(today(), 7)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user