[Bug 3775] New: Accounts::chargelostitem uses title, but title not available to it
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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3775 --- Comment #1 from J. David Bavousett <dbavousett@ptfs.com> 2009-11-06 15:42:10 --- Created an attachment (id=1239) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1239) Patch for this bug -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3775 --- Comment #2 from J. David Bavousett <dbavousett@ptfs.com> 2009-11-06 16:01:55 --- Created an attachment (id=1240) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1240) Revised patch -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3775 J. David Bavousett <dbavousett@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1239 is|0 |1 obsolete| | Attachment #1240 is|0 |1 obsolete| | --- Comment #3 from J. David Bavousett <dbavousett@ptfs.com> 2009-11-06 18:17:32 --- Created an attachment (id=1241) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1241) re-revised patch -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3775 J. David Bavousett <dbavousett@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1241 is|0 |1 obsolete| | --- Comment #4 from J. David Bavousett <dbavousett@ptfs.com> 2010-02-17 16:13:47 --- Created an attachment (id=1638) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1638) Better-formatted, new-and-improved patch -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3775 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #5 from Galen Charlton <gmcharlt@gmail.com> 2010-02-17 16:26:22 --- Patch pushed to HEAD. Please test and close. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3775 J. David Bavousett <dbavousett@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from J. David Bavousett <dbavousett@ptfs.com> 2010-02-17 16:39:36 --- That's got it! Thanks! -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com