This patch fix the way to order shelfs, and delete an useless warn
---
 C4/VirtualShelves/Page.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm
index b32424e..241b79a 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;
-- 
1.6.3.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to