From 1dcbdf325766316e4febaf265475c419c528a7bc Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Wed, 5 Mar 2025 18:07:17 +0530 Subject: [PATCH] fix: doctype name (cherry picked from commit d039310d80044fba59590fa87e11d509a95b6653) --- .../incorrect_serial_and_batch_bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",