Files
opensourcepos/database
objecttothis d29ed9441e Duplicate inserts into ospos_grants cause error
INSERT INTO `ospos_grants` (`permission_id`, `person_id`) VALUES
('sales_stock', 1),
('receivings_stock', 1);

sales_stock and receivings_stock are inserted into the database in 2.3_to_2.3.1.sql, so when this is run it returns an SQL error.
2017-08-24 13:52:57 +04:00
..
2014-08-17 01:55:51 +02:00
2015-08-13 22:53:52 +02:00
2017-08-06 14:33:26 +01:00