From 22a52f368e9206ebb6d55a8fa4c2259c091b4b5d Mon Sep 17 00:00:00 2001 From: Saurabh Date: Sun, 27 Dec 2015 11:10:58 +0530 Subject: [PATCH] [fixes] Patch Fixes --- frappe/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/installer.py b/frappe/installer.py index cf08214601..258e5819a7 100755 --- a/frappe/installer.py +++ b/frappe/installer.py @@ -197,7 +197,7 @@ def set_all_patches_as_completed(app): frappe.get_doc({ "doctype": "Patch Log", "patch": patch - }).insert() + }).insert(ignore_permissions=True) frappe.db.commit() def init_singles():