Change defaultvalue for initial vouchers

Initial voucher set to zero to reflect the new way we distribute vouchers at congress
main
lubiana 7 years ago committed by GitHub
parent db11dd1d0f
commit e26918a1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save