summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-12-27 06:07:48 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-12-27 06:07:48 +0100
commit8f2da568929232fd6cf206909c05ebefc1b24737 (patch)
tree8aeb29aa764451543c584415cd5b907c688eca83 /config
parent7fb10ec5695f534d1fea0c9487cd8f425c45a50f (diff)
Voucher: Added hours_per_voucher setting
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 06f8201f..1454017b 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -137,7 +137,8 @@ return [
// Voucher calculation
'voucher_settings' => [
'initial_vouchers' => 0,
- 'shifts_per_voucher' => 1,
+ 'shifts_per_voucher' => 0,
+ 'hours_per_voucher' => 2,
// 'Y-m-d' formatted
'voucher_start' => null,
],