From ae7f661a636e8378531c978f3198193ef20d4f74 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 21 Jan 2020 12:35:01 +0100 Subject: [PATCH] year_end.t - aktuelles Jahr nehmen ging in 2020 kaputt... --- t/year_end/year_end.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/year_end/year_end.t b/t/year_end/year_end.t index c6a2b77d0..1246237ff 100644 --- a/t/year_end/year_end.t +++ b/t/year_end/year_end.t @@ -30,7 +30,7 @@ clear_up(); # * also the default test client has the accounting method "cash" rather than "accrual" # (Ist-versteuerung, rather than Soll-versteuerung) -my $year = 2019; +my $year = DateTime->today->year; note('configuring accounts'); my $bank_account = SL::DB::BankAccount->new( -- 2.20.1