fix: check_item_quality_inspection is not whitelisted

(cherry picked from commit 0a4a09352a)
This commit is contained in:
Rohit Waghchaure
2025-02-10 19:09:02 +05:30
committed by Mergify
parent 8c57e9f8c8
commit d0dbfa1cbd

View File

@@ -1564,6 +1564,7 @@ def repost_required_for_queue(doc: StockController) -> bool:
return False
@frappe.whitelist()
def check_item_quality_inspection(doctype, items):
if isinstance(items, str):
items = json.loads(items)