fix: consider batchwise valuation in stock ageing report (#54919)

This commit is contained in:
Mihir Kandoi
2026-05-24 12:27:48 +05:30
committed by GitHub
parent 268910467a
commit 004818e0ac
3 changed files with 866 additions and 87 deletions

View File

@@ -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: