add limit, that users can see only 3 days old data
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.30',
|
||||
'version' => 'v0.0.31',
|
||||
'company' => 'movar',//gyor
|
||||
'company_name' => "Freimann Kft.",
|
||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||
@@ -20,4 +20,8 @@ return [
|
||||
//vagy mindent
|
||||
//értékek user|all
|
||||
'user_cart_item_visibility' => 'user',
|
||||
/**
|
||||
* Hány napig láthatják visszamenőleg a recepciósok az adatokat
|
||||
* */
|
||||
'reception_visibility_days' => 3
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user