This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1478
from saurabh6790/installer_fixes
[fixes] Patch Fixes
version-14
Nabin Hait
9 years ago
parent
6d54ab4bfb
22a52f368e
commit
aa73714dc7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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():
Write
Preview
Loading…
Cancel
Save