Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import frappe
def execute():
frappe.reload_doc('accounts', 'doctype', 'pos_closing_entry')
frappe.db.sql("update `tabPOS Closing Entry` set `status` = 'Failed' where `status` = 'Queued'")