Skip to content

Commit

Permalink
Chore: change fieldtype
Browse files Browse the repository at this point in the history
  • Loading branch information
niyazrazak authored Jan 8, 2025
1 parent 25a9028 commit 301a1ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hrms/hr/doctype/appointment_letter/appointment_letter.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"fetch_from": "appointment_letter_template.introduction",
"fieldname": "introduction",
"fieldtype": "Long Text",
"fieldtype": "Text Editor",
"label": "Introduction",
"reqd": 1
},
Expand Down Expand Up @@ -74,7 +74,7 @@
},
{
"fieldname": "closing_notes",
"fieldtype": "Text",
"fieldtype": "Text Editor",
"label": "Closing Notes"
},
{
Expand All @@ -86,7 +86,7 @@
}
],
"links": [],
"modified": "2024-03-27 13:06:30.680330",
"modified": "2025-01-07 13:06:30.680330",
"modified_by": "Administrator",
"module": "HR",
"name": "Appointment Letter",
Expand Down Expand Up @@ -124,4 +124,4 @@
"states": [],
"title_field": "applicant_name",
"track_changes": 1
}
}

0 comments on commit 301a1ee

Please sign in to comment.