8144-devToTest_2448 #3216

Merged
alexm merged 256 commits from 8144-devToTest_2448 into test 2024-11-19 07:36:04 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 2f0fa56040 - Show all commits

View File

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