[Koha-bugs] [Bug 7546] Cannot view subscription detail - bareword error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 16 19:34:16 CET 2012


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

--- Comment #14 from Liz Rea <wizzyrea at gmail.com> 2012-02-16 18:34:16 UTC ---
Created attachment 7703
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7703
[Signed Off] Bug 7546 - cannot view subscription detail

This patch adds a C4::Search to subscription-detail.pl to compensate for a
removed
one from auth.pm during the denesting effort.

Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

Bug 7546 Do not call routine as bareword

Fixes compilation errors due to calling routine without parens
Also nothing was gained (and obfuscation added) by forcing
the return into a hash ref have changed variable to hash
tidied up the if else chain

These routines should be refactored out future

Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

bug 7546 follow-up, enabled_staff_search_views problem

* enabled_staff_search_views was not exported by C4::Search, should have been
* serials/serials-edit.pl were also missing it

Comments:
* checked with for file in */*.pl; do perl -wc $file; done that no script was
still having this problem

Signed-off-by: Liz Rea <wizzyrea at gmail.com>
Final sign off for all 3 patches
Note: I had some problems with tests, but it is probably related to my data and
not this patch.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list