mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-20 01:55:01 +00:00
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
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
@frappe.whitelist()
|
||||||
def check_item_quality_inspection(doctype, items):
|
def check_item_quality_inspection(doctype, items):
|
||||||
if isinstance(items, str):
|
if isinstance(items, str):
|
||||||
items = json.loads(items)
|
items = json.loads(items)
|
||||||
|
|||||||
Reference in New Issue
Block a user