mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: change button label in issue
Changed the label of the button from "Make" to "Create" so that it is consistent with other DocTypes. Before:
This commit is contained in:
@@ -79,7 +79,7 @@ frappe.ui.form.on("Issue", {
|
|||||||
method: "erpnext.support.doctype.issue.issue.make_task",
|
method: "erpnext.support.doctype.issue.issue.make_task",
|
||||||
frm: frm
|
frm: frm
|
||||||
});
|
});
|
||||||
}, __("Make"));
|
}, __("Create"));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (frm.doc.service_level_agreement) {
|
if (frm.doc.service_level_agreement) {
|
||||||
@@ -232,4 +232,4 @@ function get_status(variance) {
|
|||||||
} else {
|
} else {
|
||||||
return {"diff_display": "Failed", "indicator": "red"};
|
return {"diff_display": "Failed", "indicator": "red"};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user