https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190 --- Comment #309 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 193900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193900&action=edit Bug 10190: three minor issues - overdue_notices.pl: fix verbose sprintf - remove spurious \$triggered argument (CLI 0/1 flag had replaced delay value in output) and use the \$borr string that was computed but never included in the message - overdue_notices.pl: remove %already_queued hash which was populated in _enact_trigger but never read; dead code since the refactor - C4/Overdues.pm GetBranchcodesWithOverdueRules: guard the global-rule expansion with @branchcodes check so an empty result (no rules at all) correctly returns an empty list instead of all branches -- You are receiving this mail because: You are watching all bug changes.