Pay slip mail body need to update again Done

This commit is contained in:
Shahadat Hossain 2025-10-05 17:28:00 +06:00
parent 3ab566389b
commit 367b1ae98e

View File

@ -353,7 +353,7 @@ namespace Payroll.UI
sb.AppendLine("Attached your pay slip of " + dtpfromDate.Value.ToString("MMMM yyyy") + "." + "<br/><br/>");
sb.AppendLine("If you have any query, please contact :" + "<br/><br/>");
sb.AppendLine("Md. Showkat Hossain, Mobile-01711679640, email: fkanak@celimited.com" + "<br/><br/>");
sb.AppendLine("<b>Note:</b><br/><b>***Please use the last four digits of your mobile number, that you have shared with us, as the password to open the pay-slip<b>" + "<br/>");
sb.AppendLine("<b>Note:</b><br/><b>***Please use the last four digits of your mobile number, that you have shared with us, as the password to open the pay-slip</b>" + "<br/>");
MS.Body = sb.ToString();
}
//else if (nType == 2)