add automatic warn email about ticket expiration
This commit is contained in:
@@ -4,7 +4,7 @@ return [
|
||||
'supportEmail' => 'rocho02@gmail.com',
|
||||
'infoEmail' => 'info@rocho-net.hu',
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'version' => 'v0.0.70',
|
||||
'version' => 'v0.0.71',
|
||||
'company' => 'movar',//gyor
|
||||
'company_name' => "Freimann Kft.",
|
||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||
@@ -41,6 +41,11 @@ return [
|
||||
* Bérlet eladásnál módosítható e az ár
|
||||
* */
|
||||
'ticket_create_price_editable' => true,
|
||||
|
||||
'warn_ticket_expire_enabled' => false,
|
||||
'warn_ticket_expire_days' =>[
|
||||
[
|
||||
'day' => 5,
|
||||
]
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user