mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +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')
|
test_records = frappe.get_test_records('Customer')
|
||||||
|
|
||||||
class TestCustomer(unittest.TestCase):
|
class TestCustomer(unittest.TestCase):
|
||||||
|
def tearDown(self):
|
||||||
|
frappe.db.set_value("Customer", '_Test Customer', 'credit_limit', 0.0)
|
||||||
|
|
||||||
def test_party_details(self):
|
def test_party_details(self):
|
||||||
from erpnext.accounts.party import get_party_details
|
from erpnext.accounts.party import get_party_details
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user