// Default vertical menu in BO

This commit is contained in:
Damien Metzger
2013-10-11 11:02:24 +02:00
parent bb81e892a0
commit f80b348d86
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -724,7 +724,7 @@ CREATE TABLE `PREFIX_employee` (
`bo_theme` varchar(32) default NULL,
`default_tab` int(10) unsigned NOT NULL DEFAULT 0,
`bo_width` int(10) unsigned NOT NULL DEFAULT 0,
`bo_menu` tinyint(1) NOT NULL default '0',
`bo_menu` tinyint(1) NOT NULL default '1',
`active` tinyint(1) unsigned NOT NULL default '0',
`id_last_order` int(10) unsigned NOT NULL default '0',
`id_last_customer_message` int(10) unsigned NOT NULL default '0',