This commit is contained in:
2025-07-02 10:23:21 +08:00
parent 86954837f0
commit 73f060e4a9

View File

@@ -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)