Merge pull request #46346 from frappe/mergify/bp/version-15-hotfix/pr-46339

fix: doctype name (backport #46339)
This commit is contained in:
rohitwaghchaure
2025-03-05 21:44:40 +05:30
committed by GitHub

View File

@@ -59,7 +59,7 @@ def get_data(filters) -> list[list]:
The report data is a list of rows, with each row being a list of cell values.
"""
SABB = frappe.qb.DocType("Serial And Batch Bundle")
SABB = frappe.qb.DocType("Serial and Batch Bundle")
SLE = frappe.qb.DocType("Stock Ledger Entry")
ignore_voycher_types = [
"Installation Note",