Skip to content

Commit

Permalink
fix: enable Allow on Submit for 'Is Active' field in Salary Structure…
Browse files Browse the repository at this point in the history
… (backport frappe#29630) (frappe#29643)

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
  • Loading branch information
2 people authored and KrithiRamani committed Mar 12, 2022
1 parent d9dacfd commit 63e6b20
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"width": "50%"
},
{
"allow_on_submit": 1,
"default": "Yes",
"fieldname": "is_active",
"fieldtype": "Select",
Expand Down Expand Up @@ -232,10 +233,11 @@
"idx": 1,
"is_submittable": 1,
"links": [],
"modified": "2021-03-31 15:41:12.342380",
"modified": "2022-02-03 23:50:10.205676",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Salary Structure",
"naming_rule": "Set by user",
"owner": "Administrator",
"permissions": [
{
Expand Down Expand Up @@ -271,5 +273,6 @@
],
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_order": "DESC"
"sort_order": "DESC",
"states": []
}

0 comments on commit 63e6b20

Please sign in to comment.