feat: refs #7266 Version

This commit is contained in:
Guillermo Bonet 2024-10-29 09:57:04 +01:00
parent 2f0fa56040
commit 17412c5b84
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ DELETE FROM vn.report
WHERE `name` = 'LabelItemQr';
UPDATE vn.report
SET `method` = 'Entries/{id}/{itemType}/buy-label',
SET `method` = 'Entries/{id}/{labelType}/buy-label',
`name` = 'LabelBuy'
WHERE `name` = 'LabelItemBarcode';