update pdf templates with attched docs

This commit is contained in:
2023-09-26 13:39:23 +01:00
parent b56f73d854
commit 2ce248fba8
10 changed files with 367 additions and 185 deletions
+1 -1
View File
@@ -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) {