PO Print
This commit is contained in:
@@ -982,7 +982,7 @@
|
|||||||
async function printPO(row) {
|
async function printPO(row) {
|
||||||
printingId = row.id; // set loading
|
printingId = row.id; // set loading
|
||||||
try {
|
try {
|
||||||
const response = await fetch("https://flow.catalis.app/webhook-test/vb_print_po_new", {
|
const response = await fetch("https://flow.catalis.app/webhook/vb_print_po_new", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
body: JSON.stringify(row)
|
body: JSON.stringify(row)
|
||||||
|
|||||||
Reference in New Issue
Block a user