Added configuration order of payment options available in Sales Register (#456 #646)

This commit is contained in:
FrancescoUK
2016-06-13 19:39:02 +01:00
parent 11ad1c2476
commit 3a5b88d51c
21 changed files with 63 additions and 15 deletions

View File

@@ -69,8 +69,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('msg_uid', ''),
('msg_src', ''),
('msg_pwd', ''),
('notify_horziontal_position', 'right'),
('notify_vertical_position', 'top');
('notify_horizontal_position', 'right'),
('notify_vertical_position', 'top'),
('payment_options_order', 'cashdebitcredit');
-- --------------------------------------------------------