Merge pull request #394 from lubiana/patch-1

Change defaultvalue for initial vouchers
main
msquare 7 years ago committed by GitHub
commit b9bbcb9360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
], ],

Loading…
Cancel
Save