fix(SLA): select options for 'Pause SLA On' (#27376)

This commit is contained in:
Saqib
2021-09-07 18:45:26 +05:30
committed by GitHub
parent 4727bf5806
commit d7e7a5519a

View File

@@ -2,7 +2,7 @@
// For license information, please see license.txt
frappe.ui.form.on('Service Level Agreement', {
setup: function(frm) {
refresh: function(frm) {
let allow_statuses = [];
const exclude_statuses = ['Open', 'Closed', 'Resolved'];