Merge pull request #394 from lubiana/patch-1

Change defaultvalue for initial vouchers
This commit is contained in:
msquare 2017-12-26 14:30:36 +01:00 committed by GitHub
commit b9bbcb9360
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 calculation
'voucher_settings' => [ 'voucher_settings' => [
'initial_vouchers' => 2, 'initial_vouchers' => 0,
'shifts_per_voucher' => 1, 'shifts_per_voucher' => 1,
], ],