Fix translate customer_issue.js
This commit is contained in:
parent
328f384cdc
commit
247ae8c6e5
@ -6,7 +6,7 @@ wn.provide("erpnext.support");
|
|||||||
erpnext.support.CustomerIssue = wn.ui.form.Controller.extend({
|
erpnext.support.CustomerIssue = wn.ui.form.Controller.extend({
|
||||||
refresh: function() {
|
refresh: function() {
|
||||||
if((cur_frm.doc.status=='Open' || cur_frm.doc.status == 'Work In Progress')) {
|
if((cur_frm.doc.status=='Open' || cur_frm.doc.status == 'Work In Progress')) {
|
||||||
cur_frm.add_custom_button('Make Maintenance Visit', this.make_maintenance_visit)
|
cur_frm.add_custom_button(wn._('Make Maintenance Visit'), this.make_maintenance_visit)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user