rep defect 8

This commit is contained in:
2025-01-03 17:28:50 +00:00
parent f1ec5ac762
commit fd5d01bc03
+2 -1
View File
@@ -1867,7 +1867,8 @@ const RenderFileUpload = (field) => {
let month = repDate.getMonth() + 1;
let year = repDate.getFullYear();
const pdfFileNameDateStamp = year + "-" + month + "-" + day;
const pdfFileNameDateStamp =
year + "-" + ("0" + month).slice(-2) + "-" + ("0" + day).slice(-2);
switch (docCode) {
case "000000":