IO-117 WIP PBS.

This commit is contained in:
Patrick Fic
2021-11-30 12:46:04 -08:00
parent 85deec1c21
commit cdc0c8bb37
8 changed files with 39 additions and 23 deletions

View File

@@ -85,7 +85,7 @@ exports.PbsSelectedCustomer = async function PbsSelectedCustomer(
CdkBase.createLogEvent(socket, "DEBUG", `Inserting account data.`);
await InsertAccountPostingData(socket);
CdkBase.createLogEvent(socket, "DEBUG", `Marking job as exported.`);
// await MarkJobExported(socket, socket.JobData.id);
await MarkJobExported(socket, socket.JobData.id);
socket.emit("export-success", socket.JobData.id);
} catch (error) {