Remove nominatim duplicates (#805)

Set default notification popup position to center bottom
This commit is contained in:
jekkos
2016-08-30 08:42:49 +02:00
parent a2d2965785
commit 96004f5699
7 changed files with 45 additions and 45 deletions

View File

@@ -70,8 +70,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('msg_uid', ''),
('msg_src', ''),
('msg_pwd', ''),
('notify_horizontal_position', 'right'),
('notify_vertical_position', 'top'),
('notify_horizontal_position', 'center'),
('notify_vertical_position', 'bottom'),
('payment_options_order', 'cashdebitcredit'),
('protocol', 'mail'),
('mailpath', '/usr/sbin/sendmail'),