From e6915c6b5feb86e3a97c8a636e44c0fd4d67d50c Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Fri, 9 Jan 2009 11:36:47 +0100 Subject: [PATCH] (bug #1578) change the shelf COinS support this change the old COinS support, and now use C4::Biblio::GetCOinSBiblio(). Signed-off-by: Galen Charlton --- C4/VirtualShelves/Page.pm | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm index b624073e8e..ac472194f2 100644 --- a/C4/VirtualShelves/Page.pm +++ b/C4/VirtualShelves/Page.pm @@ -178,6 +178,7 @@ SWITCH: { #$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'}; $this_item->{'dateadded'} = format_date($this_item->{'dateadded'}); $this_item->{'imageurl'} = getitemtypeinfo($this_item->{'itemtype'})->{'imageurl'}; + $this_item->{'coins'} = GetCOinSBiblio($this_item->{'biblionumber'}); } push @paramsloop, {display => 'privateshelves'} if $category == 1; $showadd = 1; diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index 0046652232..0be817d1fe 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -235,7 +235,7 @@ $(document).ready(function(){ - &rft.btitle=&rft.date=&rft.tpages=&rft.isbn=&rft.aucorp=&rft.place=&rft.pub=&rft.edition=&rft.series=&rft.genre="> + ">
_status" class="tagstatus results_summary" style="display:none">Tag status here.
-- 2.39.5