3893-supplier.fiscal-data #947
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#947
Loading…
Reference in New Issue
No description provided.
Delete Branch "3893-supplier.fiscal-data"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,2 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES('SupplierActivity', '*', '*', 'ALLOW', 'ROLE', 'employee');
read employee
write administrative
LGTM