fix: batch listing for current day batches

This commit is contained in:
Jannat Patel
2025-01-16 11:43:56 +05:30
parent 0d1464c5e9
commit b4c7338b76
5 changed files with 52 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ def get_context():
frappe.db.commit() # nosemgrep
context.csrf_token = csrf_token
capture("active_site", "lms")
context.favicon = frappe.db.get_single_value("Website Settings", "favicon")
return context