mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
[fix] test cases for customer credit
This commit is contained in:
@@ -16,6 +16,9 @@ test_ignore = ["Price List"]
|
||||
test_records = frappe.get_test_records('Customer')
|
||||
|
||||
class TestCustomer(unittest.TestCase):
|
||||
def tearDown(self):
|
||||
frappe.db.set_value("Customer", '_Test Customer', 'credit_limit', 0.0)
|
||||
|
||||
def test_party_details(self):
|
||||
from erpnext.accounts.party import get_party_details
|
||||
|
||||
|
||||
Reference in New Issue
Block a user