add limit, that users can see only 3 days old data

This commit is contained in:
2016-02-02 22:05:29 +01:00
parent 20d57fd3cf
commit 41de4ee6a7
6 changed files with 118 additions and 14 deletions

View File

@@ -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
];