mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
Merge pull request #46346 from frappe/mergify/bp/version-15-hotfix/pr-46339
fix: doctype name (backport #46339)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user