Bug 13910: Line with AUTH_UPDATE_FAILED restored
authorMarc Véron <veron@veron.ch>
Wed, 29 Apr 2015 09:18:08 +0000 (11:18 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 14 May 2015 14:45:52 +0000 (11:45 -0300)
As of comment #6

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This should be fixed in a separate patch, this error is not sent to the
template and the related code could be removed.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt

index 72cad84..fa99de4 100644 (file)
@@ -143,7 +143,7 @@ function validate1(date) {
 
 [% IF ( error ) %]
 <div class="dialog alert">
-    [% IF ( error == 'AUTH_UPDATE_FAILED' ) %]
+    [% IF ( AUTH_UPDATE_FAILED ) %]
         <h3>Userid / Password update failed</h3>
         <strong>Insufficient privileges.</strong>
         <p>Other fields updated.</p>