Start refactoring the stock locations configuration screen

This commit is contained in:
jekkos-t520
2014-10-29 07:02:52 +01:00
parent cc9adeef47
commit 8705b91bd3
4 changed files with 59 additions and 11 deletions

View File

@@ -644,7 +644,7 @@ CREATE TABLE `ospos_stock_locations` (
`location_name` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
`deleted` int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`location_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=0;
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;
--
-- Dumping data for table `ospos_stock_locations`