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;
Where is the patch?
Hi Chris, I can't find the patch. Do you have it ? Otherwise, i'll close the bug. Anyway, i'm not 100% sure this patch is a good idea: it relies on the fact that biblio.serials field is set when there is a subscription. Is it what you've in MARC21 ? (we have it in UNIMARC) Seems your 942$s field is mapped here so, maybe i fear something without reason...