View | Details | Raw Unified | Return to bug 37334
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-3 / +1 lines)
Lines 604-611 Link Here
604
                            if ( status == 'restricted') {
604
                            if ( status == 'restricted') {
605
                                nodes += '<span class="restricted">(%s)</span>'.format(escape_str(av_restricted.get(row.restricted_status.toString())));
605
                                nodes += '<span class="restricted">(%s)</span>'.format(escape_str(av_restricted.get(row.restricted_status.toString())));
606
                            }
606
                            }
607
607
                            if ( status == 'in_bundle') {
608
                            if ( status == 'restricted') {
609
                                nodes += '<span class="bundled">%s</span>'.format(_("In bundle: %s").format($biblio_to_html(row.bundle_host.biblio, { link: true })));
608
                                nodes += '<span class="bundled">%s</span>'.format(_("In bundle: %s").format($biblio_to_html(row.bundle_host.biblio, { link: true })));
610
                            }
609
                            }
611
                        });
610
                        });
612
- 

Return to bug 37334