Bug 15542 [QA Followup] - Fix code error
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 15 Jan 2016 17:35:49 +0000 (17:35 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Sat, 23 Jan 2016 19:15:08 +0000 (19:15 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
members/member-password.pl

index 2cdad34..8adf058 100755 (executable)
@@ -110,7 +110,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) {
            categoryname => $bor->{'description'},
         address => $bor->{address},
            address2 => $bor->{'address2'},
-        streettype => $$bor->{streettype},
+        streettype => $bor->{streettype},
            city => $bor->{'city'},
            state => $bor->{'state'},
            zipcode => $bor->{'zipcode'},