Adding patron address to select patron form.
[koha.git] / reserve / request.pl
index 65d749f..fbe1a78 100755 (executable)
@@ -168,7 +168,7 @@ if ($borrowerslist) {
             '%s, %s ... (%s - %s) ... %s',
             $borrower->{surname},    $borrower->{firstname},
             $borrower->{cardnumber}, $borrower->{categorycode},
-            $borrower->{streetaddress},
+            $borrower->{address},
         );
     }