fix(routes): desk to app

This commit is contained in:
Rushabh Mehta
2020-12-18 13:17:58 +05:30
parent 70cfc4df15
commit 2cd41bca06
14 changed files with 19 additions and 24 deletions

View File

@@ -84,7 +84,7 @@ frappe.ui.form.on("Communication", {
frm.reload_doc();
frappe.show_alert({
message: __("Opportunity {0} created",
['<a href="/desk/Form/Opportunity/'+r.message+'">' + r.message + '</a>']),
['<a href="/app/opportunity/'+r.message+'">' + r.message + '</a>']),
indicator: 'green'
});
}