fix: doctype name

(cherry picked from commit d039310d80)
This commit is contained in:
Rohit Waghchaure
2025-03-05 18:07:17 +05:30
committed by Mergify
parent 5d6730a059
commit 1dcbdf3257

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. 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") SLE = frappe.qb.DocType("Stock Ledger Entry")
ignore_voycher_types = [ ignore_voycher_types = [
"Installation Note", "Installation Note",