Merge branch 'version-13-hotfix' into backport-fix-selling-settings

This commit is contained in:
Ganga Manoj
2021-09-07 20:51:47 +05:30
committed by GitHub

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'];