(bug #3761) fix virtualshelf ordering
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Wed, 4 Nov 2009 16:31:12 +0000 (17:31 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 10 Nov 2009 15:46:50 +0000 (16:46 +0100)
This patch fix the way to order shelfs, and delete an useless warn

C4/VirtualShelves/Page.pm

index b32424e..241b79a 100644 (file)
@@ -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;