From 344ed7f07f89151a3c1579560732ea559f0598d0 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Wed, 4 Nov 2009 17:31:12 +0100 Subject: [PATCH] (bug #3761) fix virtualshelf ordering This patch fix the way to order shelfs, and delete an useless warn --- C4/VirtualShelves/Page.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm index b32424ed70..241b79a124 100644 --- a/C4/VirtualShelves/Page.pm +++ b/C4/VirtualShelves/Page.pm @@ -178,7 +178,6 @@ SWITCH: { #$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'}; $this_item->{'dateadded'} = format_date($this_item->{'dateadded'}); $this_item->{'coins'} = GetCOinSBiblio($this_item->{'biblionumber'}); - warn $this_item->{'coins'}; $this_item->{'imageurl'} = getitemtypeinfo($this_item->{'itemtype'})->{'imageurl'}; } push @paramsloop, {display => 'privateshelves'} if $category == 1; -- 2.20.1