http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13268
--- Comment #5 from Fridolin SOMERS <[email protected]> --- (In reply to Jonathan Druart from comment #3) > Against master: > > cataloguing/addbooks.pl?q=tintin > > I got: > Les Aventures de Tintin. 15 : Objectif Lune > > [texte et dessins] par Hergé - 2203001151 - 1981 - Casterman - 61 p. ; 30 cm > > > biblioitems.size is mapped with 215$d and is equal to '30 cm'. > > So what does this patch fix? In this page, it works because of ugly hack in cataloguing/addbooks.pl : foreach my $line (@newresults) { if ( not exists $line->{'size'} ) { $line->{'size'} = "" } } Looks like resultsloo.size is the size of loop only when biblioitems.size is undefined. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
