feat: refs #7266 Added details and improvements in item label reports #3154

Merged
guillermo merged 5 commits from 7266-itemQrBarcodeLabel into dev 2024-10-29 06:04:17 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit bfc446ab79 - Show all commits

View File

@ -0,0 +1,7 @@
UPDATE salix.ACL
SET property='buyLabelSupplier'
WHERE property = 'buyLabel'
AND model = 'Entry';
INSERT IGNORE INTO salix.ACL (model,property,principalId)
VALUES ('Entry','buyLabel','employee');