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

Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
fix: consider batchwise valuation in stock ageing report (#54919)
This commit is contained in:
mergify[bot]
2026-05-24 07:18:07 +00:00
committed by GitHub
parent ab9e30b487
commit a1457c759d
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: