mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 14:02:10 +00:00
committed by
Mergify
parent
5d6730a059
commit
1dcbdf3257
@@ -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