http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3821 Summary: Adding item with receive issue in serials subscription causes error Product: Koha Version: rel_3_0 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P5 Component: Serials AssignedTo: paul.poulain@biblibre.com ReportedBy: jwagner@ptfs.com Estimated Hours: 0.0 Change sponsored?: --- Running latest master Koha code as of November 30, 2009. If I configure a serial subscription to create an item for each issue, then receive issues, I get an error: substr outside of string at /home/koha/kohaclone/C4/Biblio.pm line 1725. The issue shows as received in the title record, but no item is created. If I turn off the option to create an item, there is no error. Line 1725 of Biblio.pm is my $ind2 = _default_ind_to_space( substr( @$indicator[$j], 1, 1 ) ); -- 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.