refactor(serial_no): added missing type annotation on auto_fetch_serial_number

This commit is contained in:
diptanilsaha
2026-03-07 13:41:11 +05:30
parent 11a6db32ae
commit 1f4d20413e

View File

@@ -191,7 +191,7 @@ def auto_fetch_serial_number(
posting_date: str | None = None,
batch_nos: str | list[str] | None = None,
for_doctype: str | None = None,
exclude_sr_nos=None,
exclude_sr_nos: str | None = None,
) -> list[str]:
filters = frappe._dict({"item_code": item_code, "warehouse": warehouse})