Default stock name is the same as in update script

This commit is contained in:
jekkos-t520
2014-08-17 01:45:36 +02:00
parent ed15532cc4
commit 2cb322f88f

View File

@@ -593,7 +593,7 @@ CREATE TABLE `ospos_stock_locations` (
-- Dumping data for table `ospos_stock_locations`
--
INSERT INTO `ospos_stock_locations` ( `deleted` ) VALUES ('0');
INSERT INTO `ospos_stock_locations` ( `deleted`, `location_name` ) VALUES ('0', 'stock');
-- --------------------------------------------------------