3605-invoiceIn_intrastat3 #921

Merged
carlosjr merged 10 commits from 3605-invoiceIn_intrastat3 into dev 2022-04-11 10:40:20 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e0244f388c - Show all commits

View File

@ -1,3 +1,3 @@
INSERT INTO salix.ACL
(model, property, accessType, permission, principalType, principalId)
INSERT INTO `salix`.`ACL`
vicent marked this conversation as resolved Outdated

update sql folder to fallas or the current version, basically a version yet to be merged.

update sql folder to fallas or the current version, basically a version yet to be merged.
(`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES('InvoiceInIntrastat', '*', '*', 'ALLOW', 'ROLE', 'employee');

View File

@ -1,2 +1,2 @@
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
INSERT INTO `salix`.`ACL` (`model`,`property`,`accessType`,`permission`,`principalType`,`principalId`)
vicent marked this conversation as resolved Outdated

update sql folder to fallas or the current version, basically a version yet to be merged.

update sql folder to fallas or the current version, basically a version yet to be merged.
VALUES ('InvoiceInIntrastat','*','*','ALLOW','ROLE','employee');