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 (#2340)
  • Loading branch information
asmitahase authored Oct 25, 2024
1 parent 57ffe17 commit 08984a6
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-15 02:50:10.282517",
"modified": "2024-10-25 15:33:11.549493",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Gratuity",
Expand Down

0 comments on commit 08984a6

Please sign in to comment.