Fix warning in specific discount report (add category to query)

Add grant for default stock location in sql
This commit is contained in:
jekkos-t520
2014-10-12 03:18:19 +02:00
parent ac667a23dc
commit de06b64e4e
3 changed files with 3 additions and 2 deletions

View File

@@ -379,6 +379,7 @@ INSERT INTO `ospos_grants` (`permission_id`, `person_id`) VALUES
('reports', 1),
('sales', 1),
('config', 1),
('items_stock', 1),
('suppliers', 1);
--