mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Merge branch 'version-13-hotfix' into backport-fix-selling-settings
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
frappe.ui.form.on('Service Level Agreement', {
|
frappe.ui.form.on('Service Level Agreement', {
|
||||||
setup: function(frm) {
|
refresh: function(frm) {
|
||||||
let allow_statuses = [];
|
let allow_statuses = [];
|
||||||
const exclude_statuses = ['Open', 'Closed', 'Resolved'];
|
const exclude_statuses = ['Open', 'Closed', 'Resolved'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user