From 60f3e9ee2930001f8007a09f5b1383589f01c481 Mon Sep 17 00:00:00 2001 From: Anurag Mishra <32095923+Anurag810@users.noreply.github.com> Date: Wed, 5 May 2021 13:23:42 +0530 Subject: [PATCH] fix: default value for Templates (#25591) --- erpnext/hr/doctype/hr_settings/hr_settings.json | 4 +++- erpnext/payroll/doctype/salary_slip/salary_slip.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/erpnext/hr/doctype/hr_settings/hr_settings.json b/erpnext/hr/doctype/hr_settings/hr_settings.json index 3db6c239ef..48cef04a8d 100644 --- a/erpnext/hr/doctype/hr_settings/hr_settings.json +++ b/erpnext/hr/doctype/hr_settings/hr_settings.json @@ -71,6 +71,7 @@ "label": "Leave Settings" }, { + "default": "Leave Approval Notification", "depends_on": "eval: doc.send_leave_notification == 1", "fieldname": "leave_approval_notification_template", "fieldtype": "Link", @@ -79,6 +80,7 @@ "options": "Email Template" }, { + "default": "Leave Status Notification", "depends_on": "eval: doc.send_leave_notification == 1", "fieldname": "leave_status_notification_template", "fieldtype": "Link", @@ -155,7 +157,7 @@ "idx": 1, "issingle": 1, "links": [], - "modified": "2021-04-26 10:52:56.192773", + "modified": "2021-05-05 12:25:24.082705", "modified_by": "Administrator", "module": "HR", "name": "HR Settings", diff --git a/erpnext/payroll/doctype/salary_slip/salary_slip.json b/erpnext/payroll/doctype/salary_slip/salary_slip.json index 42a0f290cb..27409ccff2 100644 --- a/erpnext/payroll/doctype/salary_slip/salary_slip.json +++ b/erpnext/payroll/doctype/salary_slip/salary_slip.json @@ -423,7 +423,7 @@ { "fieldname": "net_pay_info", "fieldtype": "Section Break", - "label": "net pay info" + "label": "Net Pay Info" }, { "fieldname": "net_pay", @@ -631,7 +631,7 @@ "idx": 9, "is_submittable": 1, "links": [], - "modified": "2021-03-31 22:44:09.772331", + "modified": "2021-05-05 12:21:27.836273", "modified_by": "Administrator", "module": "Payroll", "name": "Salary Slip",