Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref
authorFridolin Somers <fridolin.somers@biblibre.com>
Mon, 6 May 2024 10:08:02 +0000 (12:08 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 7 May 2024 15:41:20 +0000 (17:41 +0200)
commit18ac387e6a706019bc5a6c9fadf266eb2b4bf05d
tree66ec3f50701666a7062543676b80dec8cfd7a32a
parent6d0d585c14a5943fad77f1f6481f5213cc4f7983
Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref

misc/cronjobs/staticfines.pl is calling output_pref() but it is missing from module import :
use Koha::DateUtils qw( dt_from_string );

Test but running staticfines.pl

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
misc/cronjobs/staticfines.pl