5 Jun
2016
5 Jun
'16
1:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16667 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 52062 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52062&action=edit Bug 16667: Unused variable and function call in circulation.pl This patch removes an unused occurence of the $branches variable. Probably a leftover from a recent rewrite. To test: - Run: $ git grep '$branches' circ/circulation.pl => FAIL: Only on occurence of the variable - Apply the patch - Run: $ git grep '$branches' circ/circulation.pl => SUCCESS: The variable has been removed - Sign off :-D Regards -- You are receiving this mail because: You are watching all bug changes.