Pay slip mail body need to update Done

This commit is contained in:
Shahadat Hossain 2025-10-05 14:25:28 +06:00
parent 453c8eb646
commit 3ab566389b

View File

@ -352,7 +352,8 @@ namespace Payroll.UI
sb.AppendLine("Dear " + item.Name + "<br/><br/>");
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/>");
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/>");
MS.Body = sb.ToString();
}
//else if (nType == 2)