Compare commits

..

No commits in common. "cbedb95d6631052ed16cccbbb7420b0c42e104c1" and "b306501b7033311325d2ac5086d55e0647d3c9c1" have entirely different histories.

View File

@ -613,8 +613,8 @@ namespace Payroll.UI
// ✅ FILE NAME: ID-Year-Month.pdf // ✅ FILE NAME: ID-Year-Month.pdf
string fileName = string.Format( string fileName = string.Format(
"{0}_{1}_{2}.pdf", "{0}-{1}-{2}.pdf",
"CEL-" + emp.Employee.EmployeeNo, emp.Employee.EmployeeNo,
year, year,
month.ToString("00") month.ToString("00")
); );