fix account_state ( collection_money ), display product/ticket on reception only for selected account, add daily transfers (reception/admin)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
return [
|
||||
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
|
||||
// 'language' => 'hu-HU',
|
||||
'timezone' => 'Europe/Budapest',
|
||||
'language' => 'hu',
|
||||
'components' => [
|
||||
'cache' => [
|
||||
@@ -21,8 +24,8 @@ return [
|
||||
'datetimeFormat' => 'yyyy.MM.dd HH:mm',
|
||||
'timeFormat' => 'HH:mm',
|
||||
'locale' => 'hu-Hu',
|
||||
'timeZone' => 'UTC',
|
||||
'defaultTimeZone' => 'UTC' ,
|
||||
'timeZone' => 'EUROPE/BUDAPEST',
|
||||
'defaultTimeZone' => 'EUROPE/BUDAPEST',
|
||||
'nullDisplay' => "-",
|
||||
],
|
||||
'authManager' => [
|
||||
|
||||
Reference in New Issue
Block a user