Browse Source

Merge pull request #1478 from saurabh6790/installer_fixes

[fixes] Patch Fixes
version-14
Nabin Hait 9 years ago
parent
commit
aa73714dc7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/installer.py

+ 1
- 1
frappe/installer.py View File

@@ -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():


Loading…
Cancel
Save