Bug 5917 : Scoping issue
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Apr 2011 04:36:30 +0000 (16:36 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Apr 2011 04:39:39 +0000 (16:39 +1200)
koha-tt/opac-tmpl/prog/en/modules/opac-userupdate.tt

index 85729e9..3e4402c 100644 (file)
@@ -13,7 +13,7 @@
 [% FOREACH BORROWER_INF IN BORROWER_INFO %]
 <h3><a href="/cgi-bin/koha/opac-user.pl">[% BORROWER_INF.firstname %] [% BORROWER_INF.surname %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Your Personal Details</h3>
 
-[% IF ( BORROWER_INF.OPACPatronDetails ) %]
+[% IF ( OPACPatronDetails ) %]
 <form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
 <div class="yui-u first">
 <input type="hidden" name="modify" value="yes" />