mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-24 00:49:50 -04:00
Added financial year start date (#1141), various fixes on date & time
This commit is contained in:
@@ -93,7 +93,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('date_or_time_format',''),
|
||||
('customer_reward_enable',''),
|
||||
('default_origin_tax_code', ''),
|
||||
('cash_decimals', '2');
|
||||
('cash_decimals', '2'),
|
||||
('financial_year','1');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user