mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
Added default values to tables.sql and regen dist files (#478)
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user