From 25cdf1cac8c66c55a7c2a354c1be51de261da5b5 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 25 Dec 2019 16:26:59 +0100 Subject: Voucher: Added calculation start time --- config/config.default.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/config.default.php b/config/config.default.php index 7fdd3b2e..06f8201f 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -138,6 +138,8 @@ return [ 'voucher_settings' => [ 'initial_vouchers' => 0, 'shifts_per_voucher' => 1, + // 'Y-m-d' formatted + 'voucher_start' => null, ], // Available locales in /locale/ -- cgit v1.2.3-54-g00ecf