rep defect 8
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user