mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-24 05:47:15 +00:00
fix(stock): allow None for for_validate in get_item_details (#59290)
This commit is contained in:
@@ -60,7 +60,7 @@ NOT_APPLICABLE_TAX = "N/A"
|
||||
def get_item_details(
|
||||
args: dict | str,
|
||||
doc: Document | dict | str | None = None,
|
||||
for_validate: bool | str = False,
|
||||
for_validate: bool | str | None = False,
|
||||
overwrite_warehouse: bool | str = True,
|
||||
):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user