mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 02:21:10 -04:00
Fix dateformat value in SQL-Query app_config
This commit is contained in:
@@ -2,5 +2,5 @@ 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');
|
||||
|
||||
@@ -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