PO Print
This commit is contained in:
@@ -982,7 +982,7 @@
|
||||
async function printPO(row) {
|
||||
printingId = row.id; // set loading
|
||||
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",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify(row)
|
||||
|
||||
Reference in New Issue
Block a user