From: Liz Rea Date: Tue, 27 Sep 2011 14:08:33 +0000 (-0500) Subject: Bug 6927-- Typo in C4::Overdues.pm X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=085de44ebdc5bf6431c59b3e60af0277891cd19d Bug 6927-- Typo in C4::Overdues.pm Corrected a small typo in overdues.pm to fix a "Undefined subroutine &C4::Members::checkoverdues called at /home/koha/kohaclone/C4/Members.pm line 511." when making calls to GetMemberDetails This fix suggested by Elliot Davis of UT Tyler, and he did the testing -- I'm just submitting the fix to master for him. :) Signed-off-by: Chris Cormack --- diff --git a/C4/Overdues.pm b/C4/Overdues.pm index 918926f9e2..9f4b22f920 100644 --- a/C4/Overdues.pm +++ b/C4/Overdues.pm @@ -169,7 +169,7 @@ sub checkoverdues { my $sth = C4::Context->dbh->prepare( "SELECT biblio.*, items.*, issues.*, biblioitems.volume, - bibliotiems.number, + biblioitems.number, biblioitems.itemtype, biblioitems.isbn, biblioitems.issn,