[Koha-bugs] [Bug 9427] New: Withdrawn items show as available in staff client search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 18 17:44:31 CET 2013


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

            Bug ID: 9427
           Summary: Withdrawn items show as available in staff client
                    search results
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: oleonard at myacpl.org

If a title has withdrawn items, those items are grouped with available ones in
the staff client search results screen. The template expects to be able to
handle withdrawn items:

[% IF ( SEARCH_RESULT.othercount ) %]
  <span class="unavailable">[% SEARCH_RESULT.othercount %] unavailable:</span>
  <ul>
  [% FOREACH other_items_loo IN SEARCH_RESULT.other_items_loop %]

...

[% IF ( other_items_loo.wthdrawn ) %](Withdrawn)[% END %]

I assume based on this that the problem is happening somewhere in Search.pm
where these results are built.

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


More information about the Koha-bugs mailing list