Merge pull request #45835 from rohitwaghchaure/fixed-support-31452

fix: check_item_quality_inspection is not whitelisted
This commit is contained in:
rohitwaghchaure
2025-02-10 21:15:27 +05:30
committed by GitHub

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)