Change defaultvalue for initial vouchers

Initial voucher set to zero to reflect the new way we distribute vouchers at congress
This commit is contained in:
lubiana 2017-12-26 14:17:22 +01:00 committed by GitHub
parent db11dd1d0f
commit e26918a1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ return [
// Voucher calculation
'voucher_settings' => [
'initial_vouchers' => 2,
'initial_vouchers' => 0,
'shifts_per_voucher' => 1,
],