4 lines
94 B
MySQL
4 lines
94 B
MySQL
|
UPDATE `vn`.`report`
|
||
|
SET `method`='InvoiceOuts/{reference}/invoice'
|
||
|
WHERE name='invoice';
|