update pdf templates with attched docs
This commit is contained in:
@@ -218,7 +218,7 @@ export default function handler(req, res) {
|
||||
("0" + repDate.getMinutes()).slice(-2);
|
||||
|
||||
let repDateStamp = "";
|
||||
repDateStamp = year + "" + month + day + "-" + time;
|
||||
repDateStamp = year + "" + month + day; //+ "-" + time;
|
||||
|
||||
console.log(repDateStamp);
|
||||
//if (hashAPIPath(checkquerypath) == "?hash=" + checkHash) {
|
||||
|
||||
Reference in New Issue
Block a user