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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +3 lines)
Lines 242-247 $(document).ready(function(){ Link Here
242
        <tr>
242
        <tr>
243
            [% UNLESS compareinv2barcd %]<th>Seen</th>[% END %]
243
            [% UNLESS compareinv2barcd %]<th>Seen</th>[% END %]
244
            <th>Barcode</th>
244
            <th>Barcode</th>
245
            <th>Call number</th>
245
            <th>Library</th>
246
            <th>Library</th>
246
            <th>Title</th>
247
            <th>Title</th>
247
            <th>Status</th>
248
            <th>Status</th>
Lines 263-271 $(document).ready(function(){ Link Here
263
            <td>
264
            <td>
264
            [% result.barcode | html %]
265
            [% result.barcode | html %]
265
            </td>
266
            </td>
267
            <td>[% result.itemcallnumber | html %]</td>
266
            <td>
268
            <td>
267
                [% Branches.GetName( result.homebranch ) %]
269
                [% Branches.GetName( result.homebranch ) %]
268
                [% result.location | html %] [% IF ( result.itemcallnumber ) %][[% result.itemcallnumber | html %]][% ELSE %][% END %]
270
                [% result.location | html %]
269
            </td>
271
            </td>
270
            <td>
272
            <td>
271
            <p><a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a></p><p>[% result.author | html %]</p>
273
            <p><a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a></p><p>[% result.author | html %]</p>
272
- 

Return to bug 18099