[Koha-patches] [PATCH] (bug #3761) fix virtualshelf ordering

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Nov 4 17:31:29 CET 2009


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




More information about the Koha-patches mailing list