Added temporary document handling IO-69
This commit is contained in:
@@ -22,6 +22,7 @@ export function PrintCenterItemComponent({
|
||||
bodyshop,
|
||||
disabled,
|
||||
}) {
|
||||
const { context } = printCenterModal;
|
||||
const renderToNewWindow = async () => {
|
||||
await GenerateDocument(
|
||||
{
|
||||
@@ -45,7 +46,7 @@ export function PrintCenterItemComponent({
|
||||
name: item.key,
|
||||
variables: { id: id },
|
||||
},
|
||||
{},
|
||||
{ to: context.job && context.job.ownr_ea },
|
||||
"e"
|
||||
);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user