fix: enable Allow on Submit for 'Is Active' field in Salary Structure (#29630)

This commit is contained in:
Rucha Mahabal 2022-02-04 22:34:11 +05:30 committed by GitHub
parent 79ab8e6459
commit 65923bd856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@
"width": "50%" "width": "50%"
}, },
{ {
"allow_on_submit": 1,
"default": "Yes", "default": "Yes",
"fieldname": "is_active", "fieldname": "is_active",
"fieldtype": "Select", "fieldtype": "Select",
@ -232,10 +233,11 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2021-03-31 15:41:12.342380", "modified": "2022-02-03 23:50:10.205676",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Payroll", "module": "Payroll",
"name": "Salary Structure", "name": "Salary Structure",
"naming_rule": "Set by user",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
@ -271,5 +273,6 @@
], ],
"show_name_in_global_search": 1, "show_name_in_global_search": 1,
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC" "sort_order": "DESC",
"states": []
} }