http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5967 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Failed QA --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> 2011-03-28 02:29:54 UTC --- I think there is a bug in this. +if ($dat->{'serial'}){ + my $subscriptionsnumber = CountSubscriptionFromBiblionumber($biblionumber); + my @subscriptions = GetSubscriptions( $dat->{title}, $dat->{issn}, $biblionumber ); + + my @subs; + $dat->{'serial'}=1 if $subscriptionsnumber; -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.