mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
Merge pull request #169 from marteserede/master
Fix dateformat value in SQL-Query app_config
This commit is contained in:
@@ -2,7 +2,7 @@ ALTER TABLE `ospos_suppliers`
|
||||
ADD COLUMN `agency_name` VARCHAR(255) NOT NULL;
|
||||
|
||||
INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('dateformat', 'm-d-Y'),
|
||||
('dateformat', 'm/d/Y'),
|
||||
('timeformat', 'H:i:s');
|
||||
|
||||
ALTER TABLE `ospos_sales_suspended`
|
||||
|
||||
@@ -68,7 +68,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('default_sales_discount', '0'),
|
||||
('lines_per_page', '25'),
|
||||
('show_total_discount', '1'),
|
||||
('dateformat', 'm-d-Y'),
|
||||
('dateformat', 'm/d/Y'),
|
||||
('timeformat', 'H:i:s'),
|
||||
('currency_symbol', '$');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user