Fix database and table script.

This commit is contained in:
Steve Ireland
2017-09-03 20:14:50 -04:00
committed by FrancescoUK
parent d5c390706b
commit 23b4dacb9a
2 changed files with 2 additions and 2 deletions

View File

@@ -466,7 +466,7 @@ CREATE TABLE `ospos_grants` (
--
-- --------------------------------------------------------
INSERT INTO `ospos_grants` (`permission_id`, `person_id`, 'menu_group') VALUES
INSERT INTO `ospos_grants` (`permission_id`, `person_id`, `menu_group`) VALUES
('reports_customers', 1, 'home'),
('reports_receivings', 1, 'home'),
('reports_items', 1, 'home'),