diff --git a/server/accounting/pbs/pbs-job-export.js b/server/accounting/pbs/pbs-job-export.js index cfbe71a19..dd63a975d 100644 --- a/server/accounting/pbs/pbs-job-export.js +++ b/server/accounting/pbs/pbs-job-export.js @@ -643,6 +643,7 @@ async function InsertAccountPostingData(socket) { wips.push(item); }); + socket.transWips = wips; const { data: AccountPostingChange } = await axios.post( PBS_ENDPOINTS.AccountingPostingChange, @@ -697,6 +698,7 @@ async function MarkJobExported(socket, jobid) { jobid: jobid, successful: true, useremail: socket.user.email, + metadata: socket.transWips, }, bill: { exported: true,