mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
Fix translate customer_issue.js
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user