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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +1 lines)
Lines 312-318 $(document).ready(function(){ Link Here
312
                <span class="shelvingloc">[% result.location | html %]</span>
312
                <span class="shelvingloc">[% result.location | html %]</span>
313
            </td>
313
            </td>
314
            <td>
314
            <td>
315
                <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a>
315
                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a>
316
                [% IF ( result.author ) %]
316
                [% IF ( result.author ) %]
317
                    by <span class="author">[% result.author | html %]</span>
317
                    by <span class="author">[% result.author | html %]</span>
318
                [% END %]
318
                [% END %]
319
- 

Return to bug 19554