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:
parent
db11dd1d0f
commit
e26918a1ae
|
@ -96,7 +96,7 @@ return [
|
|||
|
||||
// Voucher calculation
|
||||
'voucher_settings' => [
|
||||
'initial_vouchers' => 2,
|
||||
'initial_vouchers' => 0,
|
||||
'shifts_per_voucher' => 1,
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue