Parcourir la source

[fixes] Patch Fixes

version-14
Saurabh il y a 9 ans
Parent
révision
22a52f368e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      frappe/installer.py

+ 1
- 1
frappe/installer.py Voir le fichier

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


Chargement…
Annuler
Enregistrer