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.  :)
---
 C4/Overdues.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Overdues.pm b/C4/Overdues.pm
index 918926f..9f4b22f 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,
-- 
1.7.2.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to