fix: check_item_quality_inspection is not whitelisted
(cherry picked from commit 0a4a09352a)
This commit is contained in:
committed by
Mergify
parent
8c57e9f8c8
commit
d0dbfa1cbd
@@ -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