Skip to content

Commit

Permalink
feat: allow fractional values for "Current Work Experience" field in …
Browse files Browse the repository at this point in the history
…gratuity doctype (backport #2340) (#2341)

Co-authored-by: Asmita Hase <[email protected]>
Co-authored-by: Rucha Mahabal <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 80f17c9 commit fe417c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hrms/payroll/doctype/gratuity/gratuity.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{
"default": "0",
"fieldname": "current_work_experience",
"fieldtype": "Int",
"fieldtype": "Float",
"label": "Current Work Experience"
},
{
Expand Down Expand Up @@ -199,7 +199,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-03-27 13:09:45.947818",
"modified": "2024-10-25 15:33:11.549493",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Gratuity",
Expand Down

0 comments on commit fe417c9

Please sign in to comment.