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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc (-1 / +1 lines)
Lines 4-7 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[%- SET biblio = item.biblio -%]
5
[%- SET biblio = item.biblio -%]
6
[%- SET biblioitem = item.biblioitem -%]
6
[%- SET biblioitem = item.biblioitem -%]
7
"[% biblio.title | html %] [% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %]by [% END %][% biblio.author | html %]", "[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]", "[% biblioitem.publishercode | html %]", "[% AuthorisedValues.GetByCode( 'CCODE', item.ccode ) | html %]", "[% item.barcode | html %]", "[% item.itemcallnumber | html %]", "[% Branches.GetName(item.homebranch) | html %]", "[% Branches.GetName(item.holdingbranch) | html %]", "[% item.location | html %]", "[% ItemTypes.GetDescription(item.itype) | html %]", "[% item.stocknumber | html %]", "[% item.status | html %]","[% AuthorisedValues.GetByCode( 'LOST', item.itemlost ) | html %]", "[% (item.issues || 0) | html %]"
7
"[% biblio.title | html %] [% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %]by [% END %][% biblio.author | html %]", "[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]", "[% biblioitem.publishercode | html %]", "[% AuthorisedValues.GetByCode( 'CCODE', item.ccode ) | html %]", "[% item.barcode | html %]", "[% item.itemcallnumber | html %]", "[% Branches.GetName(item.homebranch) | html %]", "[% Branches.GetName(item.holdingbranch) | html %]", "[% item.location | html %]", "[% ItemTypes.GetDescription(item.itype) | html %]", "[% item.stocknumber | html %]", "[% item.status | html %]","[% AuthorisedValues.GetByCode( 'LOST', item.itemlost ) || "" | html %]", "[% (item.issues || 0) | html %]"
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc (-1 / +1 lines)
Lines 21-27 Link Here
21
  "[% ItemTypes.GetDescription(item.itype) | html %]",
21
  "[% ItemTypes.GetDescription(item.itype) | html %]",
22
  "[% item.stocknumber | html %]",
22
  "[% item.stocknumber | html %]",
23
  "[% item.status | html %]",
23
  "[% item.status | html %]",
24
  "[% AuthorisedValues.GetByCode( 'LOST', item.itemlost ) | html %]",
24
  "[% AuthorisedValues.GetByCode( 'LOST', item.itemlost ) || "" | html %]",
25
  "[% (item.issues || 0) | html %]",
25
  "[% (item.issues || 0) | html %]",
26
  "[% FILTER escape_quotes ~%]
26
  "[% FILTER escape_quotes ~%]
27
    <div class="btn-group dropup"><button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-pencil"></i> Edit <span class="caret"></span> </button> <ul class="dropdown-menu"> <li><a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber | uri %]&itemnumber=[% item.itemnumber | uri %]">Edit item</a></li> <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% item.biblionumber | html %]">Edit record</a></li> </ul> </div>
27
    <div class="btn-group dropup"><button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-pencil"></i> Edit <span class="caret"></span> </button> <ul class="dropdown-menu"> <li><a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber | uri %]&itemnumber=[% item.itemnumber | uri %]">Edit item</a></li> <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% item.biblionumber | html %]">Edit record</a></li> </ul> </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/catalogue/itemsearch.tt (-1 / +1 lines)
Line 1 Link Here
1
[%- BLOCK -%]Title, Publication date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Itemtype, Inventory number, Status, Lost, Checkouts[%- END -%]
1
[%- BLOCK -%]Title, Publication date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Itemtype, Inventory number, Not for loan status, Lost status, Checkouts[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-3 / +2 lines)
Lines 273-280 Link Here
273
                + '      <th id="items_location">' + _("Shelving location") + '</th>'
273
                + '      <th id="items_location">' + _("Shelving location") + '</th>'
274
                + '      <th id="items_itype">' + _("Itemtype") + '</th>'
274
                + '      <th id="items_itype">' + _("Itemtype") + '</th>'
275
                + '      <th id="item_inventoryno">' + _("Inventory number") + '</th>'
275
                + '      <th id="item_inventoryno">' + _("Inventory number") + '</th>'
276
                + '      <th id="items_status">' + _("Status") + '</th>'
276
                + '      <th id="items_status">' + _("Not for loan status") + '</th>'
277
                + '      <th id="items_itemlost">' + _("Lost") + '</th>'
277
                + '      <th id="items_itemlost">' + _("Lost status") + '</th>'
278
                + '      <th id="items_checkouts">' + _("Checkouts") + '</th>'
278
                + '      <th id="items_checkouts">' + _("Checkouts") + '</th>'
279
                + '      <th id=""></th>'
279
                + '      <th id=""></th>'
280
                + '    </tr>'
280
                + '    </tr>'
281
- 

Return to bug 22424