mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 08:17:15 +00:00
remove:unnecessary translation
Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
frappe.ui.form.on('Appointment', {
|
||||
refresh: function(frm) {
|
||||
if(frm.doc.lead){
|
||||
frm.add_custom_button(__(frm.doc.lead),()=>{
|
||||
frm.add_custom_button(frm.doc.lead,()=>{
|
||||
frappe.set_route("Form","Lead",frm.doc.lead);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user