[Koha-bugs] [Bug 16667] Unused variable and function call in circulation.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 5 13:55:14 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16667

--- Comment #1 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list