http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3775 Summary: Accounts::chargelostitem uses title, but title not available to it Product: Koha Version: HEAD Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: PATCH-Sent Component: Command-line Utilities AssignedTo: dbavousett@ptfs.com ReportedBy: dbavousett@ptfs.com Estimated Hours: 0.0 Change sponsored?: --- Every item selected by longoverdue.pl results in an error of the form: Use of uninitialized value in concatenation (.) or string at /home/ebpl/kohaclone/C4/Accounts.pm line <foo> The INSERT at this point is attempting to create a new fine, and is trying to concat in the title from the hashref loop from the selection earlier in the routine. Since titles is not in either issues or items, it is an uninitialized value at this spot. This patch backs up and includes biblio.title to resolve this problem. -- 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.