gavin
před 3 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
frappe/model/rename_doc.py
|
|
@@ -85,7 +85,7 @@ def rename_doc( |
|
|
|
return |
|
|
|
|
|
|
|
if old==new: |
|
|
|
frappe.errprint(_("Failed: {0} to {1} no changes made.").format(old, new)) |
|
|
|
frappe.errprint(_("Ignored: {0} to {1} no changes made because old and new name are the same.").format(old, new)) |
|
|
|
return |
|
|
|
|
|
|
|
force = cint(force) |
|
|
|