diff --git a/hrms/hr/doctype/appointment_letter/appointment_letter.json b/hrms/hr/doctype/appointment_letter/appointment_letter.json index f07f648f67..f5d5e99e71 100644 --- a/hrms/hr/doctype/appointment_letter/appointment_letter.json +++ b/hrms/hr/doctype/appointment_letter/appointment_letter.json @@ -45,7 +45,7 @@ { "fetch_from": "appointment_letter_template.introduction", "fieldname": "introduction", - "fieldtype": "Long Text", + "fieldtype": "Text Editor", "label": "Introduction", "reqd": 1 }, @@ -74,7 +74,7 @@ }, { "fieldname": "closing_notes", - "fieldtype": "Text", + "fieldtype": "Text Editor", "label": "Closing Notes" }, { @@ -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", @@ -124,4 +124,4 @@ "states": [], "title_field": "applicant_name", "track_changes": 1 -} \ No newline at end of file +} diff --git a/hrms/hr/doctype/appointment_letter_content/appointment_letter_content.json b/hrms/hr/doctype/appointment_letter_content/appointment_letter_content.json index e10da0331d..1842e15527 100644 --- a/hrms/hr/doctype/appointment_letter_content/appointment_letter_content.json +++ b/hrms/hr/doctype/appointment_letter_content/appointment_letter_content.json @@ -18,7 +18,7 @@ }, { "fieldname": "description", - "fieldtype": "Long Text", + "fieldtype": "Text Editor", "in_list_view": 1, "label": "Description", "reqd": 1 @@ -26,7 +26,7 @@ ], "istable": 1, "links": [], - "modified": "2024-03-27 13:06:31.009992", + "modified": "2025-01-07 13:06:31.009992", "modified_by": "Administrator", "module": "HR", "name": "Appointment Letter content", @@ -37,4 +37,4 @@ "sort_order": "DESC", "states": [], "track_changes": 1 -} \ No newline at end of file +} diff --git a/hrms/hr/doctype/appointment_letter_template/appointment_letter_template.json b/hrms/hr/doctype/appointment_letter_template/appointment_letter_template.json index 2ba0dd222b..eb627ebf4f 100644 --- a/hrms/hr/doctype/appointment_letter_template/appointment_letter_template.json +++ b/hrms/hr/doctype/appointment_letter_template/appointment_letter_template.json @@ -14,14 +14,14 @@ "fields": [ { "fieldname": "introduction", - "fieldtype": "Long Text", + "fieldtype": "Text Editor", "in_list_view": 1, "label": "Introduction", "reqd": 1 }, { "fieldname": "closing_notes", - "fieldtype": "Text", + "fieldtype": "Text Editor", "label": "Closing Notes" }, { @@ -40,7 +40,7 @@ } ], "links": [], - "modified": "2024-03-27 13:06:31.135009", + "modified": "2025-01-07 13:06:31.135009", "modified_by": "Administrator", "module": "HR", "name": "Appointment Letter Template", @@ -78,4 +78,4 @@ "states": [], "title_field": "template_name", "track_changes": 1 -} \ No newline at end of file +}