Skip to content

Commit

Permalink
Merge pull request #45836 from frappe/mergify/bp/version-15/pr-45835
Browse files Browse the repository at this point in the history
fix: check_item_quality_inspection is not whitelisted (backport #45835)
  • Loading branch information
rohitwaghchaure authored Feb 10, 2025
2 parents d2cb659 + d0dbfa1 commit 0758192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/controllers/stock_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0758192

Please sign in to comment.