remove:unnecessary translation
Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>
This commit is contained in:
parent
1f1b7eb7d5
commit
5e4ec85574
@ -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);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user