diff --git a/erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.py b/erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.py index 2e954ef9190..e65725f3c3d 100644 --- a/erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.py +++ b/erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.py @@ -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",