Added default values to tables.sql and regen dist files (#478)

This commit is contained in:
FrancescoUK
2016-06-02 12:22:37 +01:00
parent f8ef4bb570
commit 5e42684f27
9 changed files with 21 additions and 14 deletions

View File

@@ -65,10 +65,13 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('currency_decimals', '2'),
('tax_decimals', '2'),
('quantity_decimals', '0'),
('country_codes', 'us'),
('msg_msg', ''),
('msg_uid', ''),
('msg_src', ''),
('msg_pwd', '');
('msg_pwd', ''),
('notify_horziontal_position', 'right'),
('notify_vertical_position', 'top');
-- --------------------------------------------------------