src/menu/datasource/verifycard/utils.jsx
@@ -75,7 +75,7 @@ {reg: /@sum\$|\$sum@/ig, value: ''}, ] if (window.GLOB.process) { if (window.GLOB.process && type !== 'invoice') { regs.push({reg: /@works_flow_code@/ig, value: `'${getuuid()}'`}) } @@ -101,7 +101,7 @@ ` } if (window.GLOB.urlFields) { if (window.GLOB.urlFields && type !== 'invoice') { window.GLOB.urlFields.forEach(field => { let reg = new RegExp('@' + field + '@', 'ig') _dataresource = _dataresource.replace(reg, `'0'`)