Merge pull request #394 from lubiana/patch-1
Change defaultvalue for initial vouchers
This commit is contained in:
commit
b9bbcb9360
|
@ -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…
Reference in New Issue