IO-1853 CSV Generation.

This commit is contained in:
Patrick Fic
2022-05-06 15:50:05 -07:00
parent eca5e8241a
commit 6c3d29ba91

View File

@@ -256,8 +256,7 @@ export const GenerateDocument = async (
} else if (sendType === "x") {
console.log("excel");
await RenderTemplate(template, bodyshop, false, true);
} else if (sendType === "x") {
console.log("text");
} else if (sendType === "text") {
await RenderTemplate(template, bodyshop, false, false, true);
} else {
await RenderTemplate(template, bodyshop);