[Koha-bugs] [Bug 15242] Missing subroutine in overdue_notices.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 24 10:58:07 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15242

--- Comment #5 from Marc Véron <veron at veron.ch> ---
(In reply to Martin Renvoize from comment #3)
> QA Style note, we tend to import routines over adding full namespaces.. 

(...)

There is one more full name space in line 323:
my @overduebranches    = C4::Overdues::GetBranchcodesWithOverdueRules();

I think this should be fixed as well to be consistent.
Ah, is it necessary that the subs are exported in C4/Overdues.pm?
Line 47 following: 
GetBranchcodesWithOverdueRules is not listed

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list