20260105-1985 File Name Format Change - Done
This commit is contained in:
parent
8af686e634
commit
7385d63f07
|
|
@ -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",
|
||||||
emp.Employee.EmployeeNo,
|
"CEL-" + emp.Employee.EmployeeNo,
|
||||||
year,
|
year,
|
||||||
month.ToString("00")
|
month.ToString("00")
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user