fix: check_item_quality_inspection is not whitelisted
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user