http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3907 Summary: Can't delete subscription Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: Serials AssignedTo: paul.poulain@biblibre.com ReportedBy: oleonard@myacpl.org Estimated Hours: 0.0 Change sponsored?: --- Viewing a subscription on subscription-detail.pl, choosing "Delete Subscription" from the menu results in an error: Undefined subroutine &main::HasItems called at /kohaclone/serials/subscription-detail.pl line 59. The relevant line from subscription-detail.pl: my $countitems = HasItems($subscriptionid); It looks to me like HasItems is defined in Serials.pm. Line 2251: sub HasItems { But I must be missing something. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.