From: Jeff Godin Date: Sun, 29 Apr 2012 23:49:41 +0000 (-0400) Subject: Syntax error: $isbn should be $isbn_obj X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b69b00a3231aad26a60841ecedd5d83bdbb29652;p=working%2FEvergreen.git Syntax error: $isbn should be $isbn_obj Missed a syntax error in AddedContent.pm: $isbn should be $isbn_obj Signed-off-by: Jeff Godin --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm index 539cdd45b7..90a9de2418 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm @@ -126,7 +126,7 @@ sub handler { my @isbns = [map { my $isbn_obj = Business::ISBN->new($_); - return $isbn->as_string([]); + return $isbn_obj->as_string([]); } @raw_isbns]; $keyhash = {