From 367b1ae98e857b0fa76b3e612fb976c205019f53 Mon Sep 17 00:00:00 2001 From: Shahadat Hossain Date: Sun, 5 Oct 2025 17:28:00 +0600 Subject: [PATCH] Pay slip mail body need to update again Done --- Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs b/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs index 52dc3da..acf1369 100644 --- a/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs +++ b/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs @@ -353,7 +353,7 @@ namespace Payroll.UI sb.AppendLine("Attached your pay slip of " + dtpfromDate.Value.ToString("MMMM yyyy") + "." + "

"); sb.AppendLine("If you have any query, please contact :" + "

"); sb.AppendLine("Md. Showkat Hossain, Mobile-01711679640, email: fkanak@celimited.com" + "

"); - sb.AppendLine("Note:
***Please use the last four digits of your mobile number, that you have shared with us, as the password to open the pay-slip" + "
"); + sb.AppendLine("Note:
***Please use the last four digits of your mobile number, that you have shared with us, as the password to open the pay-slip" + "
"); MS.Body = sb.ToString(); } //else if (nType == 2)