BOD-9 Added print format to parts order.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import gql from "graphql-tag";
|
||||
import { QUERY_TEMPLATES_BY_NAME } from "../graphql/templates.queries";
|
||||
import axios from "axios";
|
||||
import { client } from "../App/App.container";
|
||||
|
||||
export default async function RenderTemplate(templateObject, client, bodyshop) {
|
||||
export default async function RenderTemplate(templateObject, bodyshop) {
|
||||
const { data: templateRecords } = await client.query({
|
||||
query: QUERY_TEMPLATES_BY_NAME,
|
||||
variables: { name: templateObject.name },
|
||||
|
||||
Reference in New Issue
Block a user