From e26918a1aefbab6b7fcf21c845a206b74ada4fa9 Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 26 Dec 2017 14:17:22 +0100 Subject: Change defaultvalue for initial vouchers Initial voucher set to zero to reflect the new way we distribute vouchers at congress --- config/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.default.php b/config/config.default.php index beb2bd1a..c5fdb4c0 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -96,7 +96,7 @@ return [ // Voucher calculation 'voucher_settings' => [ - 'initial_vouchers' => 2, + 'initial_vouchers' => 0, 'shifts_per_voucher' => 1, ], -- cgit v1.2.3-54-g00ecf