mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 15:09:47 +00:00
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com> fix: consider batchwise valuation in stock ageing report (#54919)
This commit is contained in:
@@ -3003,6 +3003,9 @@ class ERPNextTestSuite(unittest.TestCase):
|
||||
|
||||
def tearDown(self):
|
||||
frappe.db.rollback()
|
||||
frappe.local.request_cache.clear()
|
||||
if hasattr(frappe.local, "future_sle"):
|
||||
frappe.local.future_sle.clear()
|
||||
|
||||
def load_test_records(self, doctype):
|
||||
if doctype not in self.globalTestRecords:
|
||||
|
||||
Reference in New Issue
Block a user