https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33646
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #14 from Katrin Fischer <[email protected]> --- There are issues with this patch: - With this patch applied we always have the "Available" sub-heading, even on records with no items. - When one item is "damaged" it will now show, but the "nor for loan" sub-heading will still show. And it's falsely formatted in italic. Possibly inherited? You check for the loop size, but then only items with notforloan are displayed - I haven't tested/checked what other items might be in the loop, but damaged seems to be: + [% IF ( resultsloo.other_items_loop.size ) %] + <div class="results_unavailable">Not for loan:</div> [% FOREACH items_loo IN resultsloo.other_items_loop %] - [% IF ( items_loo.notforloan ) %][% items_loo.notforloan | html %] ([% items_loo.count | html %])<br />[% END %] + [% IF ( items_loo.notforloan ) %] Please fix! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
