Koha/misc
Fridolin Somers dc124d3d52 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>
(cherry picked from commit 18ac387e6a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 76d5c13732)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
2024-05-28 21:46:49 +00:00
..
admin
bin
cronjobs Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref 2024-05-28 21:46:49 +00:00
devel Bug 36517: Fix output from install_plugins.pl 2024-05-28 17:55:06 +00:00
interface_customization
maintenance
migration_tools
release_notes Update release notes for 23.05.11 release 2024-05-07 16:51:28 +00:00
search_tools
translator Bug 36516: Fix useless warning from translation script 2024-05-28 17:23:28 +00:00
workers Bug 33898: Implement reaping for database polling 2024-03-19 21:33:16 +00:00
add_date_fields_to_marc_records.pl
add_statistics_borrowers_categorycode.pl
batchCompareMARCvsFrameworks.pl
batchdeletebiblios.pl
batchDeleteUnusedSubfields.pl
batchImportMARCWithBiblionumbers.pl
batchRebuildBiblioTables.pl
batchRebuildItemsTables.pl
batchRepairMissingBiblionumbers.pl
check_sysprefs.pl
commit_file.pl
export_borrowers.pl
export_records.pl
exportauth.pl
import_patrons.pl Bug 34621: Tidy import_patrons.pl 2024-05-28 19:21:42 +00:00
koha-install-log
link_bibs_to_authorities.pl
load_yaml.pl
mod_zebraqueue.pl
perlmodule_ls.pl
perlmodule_rm.pl
process_ill_updates.pl
recreateIssueStatistics.pl
sax_parser_print.pl
sax_parser_test.pl
sip_cli_emulator.pl
stage_file.pl
z3950_responder.pl