fix: semgrep issues
This commit is contained in:
parent
15816c8afd
commit
18495ed624
@ -27,7 +27,6 @@ class TestDunning(unittest.TestCase):
|
|||||||
create_dunning_type("First Notice", fee=0.0, interest=0.0, is_default=1)
|
create_dunning_type("First Notice", fee=0.0, interest=0.0, is_default=1)
|
||||||
create_dunning_type("Second Notice", fee=10.0, interest=10.0, is_default=0)
|
create_dunning_type("Second Notice", fee=10.0, interest=10.0, is_default=0)
|
||||||
unlink_payment_on_cancel_of_invoice()
|
unlink_payment_on_cancel_of_invoice()
|
||||||
frappe.db.commit()
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tearDownClass(cls):
|
def tearDownClass(cls):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user