Fix supplier selection

This commit is contained in:
jekkos-t520
2014-10-08 19:27:07 +02:00
parent bb9ab9bd9c
commit 77222c1989
4 changed files with 15 additions and 13 deletions

View File

@@ -324,6 +324,10 @@ INSERT INTO `ospos_permissions` (`permission_id`, `module_id`) VALUES
('reports_employees', 'reports'),
('reports_suppliers', 'reports'),
('reports_sales', 'reports'),
('reports_discounts', 'reports'),
('reports_taxes', 'reports'),
('reports_inventory', 'reports'),
('reports_categories', 'reports'),
('customers', 'customers'),
('employees', 'employees'),
('giftcards', 'giftcards'),
@@ -362,7 +366,11 @@ INSERT INTO `ospos_grants` (`permission_id`, `person_id`) VALUES
('reports_inventory', 1),
('reports_employees', 1),
('reports_suppliers', 1),
('reports_sales', 1),
('reports_sales', 1),
('reports_discounts', 1),
('reports_taxes', 1),
('reports_inventory', 1),
('reports_categories', 1),
('customers', 1),
('employees', 1),
('giftcards', 1),