本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
anoopmb
/
frappe
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge pull request
#1478
from saurabh6790/installer_fixes
[fixes] Patch Fixes
version-14
Nabin Hait
9 年之前
父節點
6d54ab4bfb
22a52f368e
當前提交
aa73714dc7
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/installer.py
+ 1
- 1
frappe/installer.py
查看文件
@@ -197,7 +197,7 @@ def set_all_patches_as_completed(app):
frappe.get_doc({
frappe.get_doc({
"doctype": "Patch Log",
"doctype": "Patch Log",
"patch": patch
"patch": patch
}).insert()
}).insert(
ignore_permissions=True
)
frappe.db.commit()
frappe.db.commit()
def init_singles():
def init_singles():
Write
Preview
Loading…
取消
儲存