mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
(cherry picked from commit bb875fe217)
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -20,7 +20,7 @@ def execute():
|
|||||||
"""
|
"""
|
||||||
UPDATE `tab{doctype}`
|
UPDATE `tab{doctype}`
|
||||||
SET is_cancelled = 0
|
SET is_cancelled = 0
|
||||||
where is_cancelled in ('', NULL, 'No')""".format(
|
where is_cancelled in ('', 'No') or is_cancelled is NULL""".format(
|
||||||
doctype=doctype
|
doctype=doctype
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user