Updated Print Center & TemplateList Object IO-587
This commit is contained in:
@@ -129,8 +129,8 @@ export function PartsOrderListTableComponent({
|
||||
GenerateDocument(
|
||||
{
|
||||
name: record.isReturn
|
||||
? TemplateList().parts_return_confirmation.key
|
||||
: TemplateList().parts_order_confirmation.key,
|
||||
? TemplateList("partsorder").parts_return_confirmation.key
|
||||
: TemplateList("partsorder").parts_order_confirmation.key,
|
||||
variables: { id: record.id },
|
||||
},
|
||||
{},
|
||||
@@ -143,8 +143,8 @@ export function PartsOrderListTableComponent({
|
||||
GenerateDocument(
|
||||
{
|
||||
name: record.isReturn
|
||||
? TemplateList().parts_return_confirmation.key
|
||||
: TemplateList().parts_order_confirmation.key,
|
||||
? TemplateList("partsorder").parts_return_confirmation.key
|
||||
: TemplateList("partsorder").parts_order_confirmation.key,
|
||||
variables: { id: record.id },
|
||||
},
|
||||
{},
|
||||
|
||||
Reference in New Issue
Block a user