Bug 19444: (QA follow-up) Remove repeating condition
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 15 Dec 2017 09:08:11 +0000 (10:08 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 18 Dec 2017 15:16:27 +0000 (12:16 -0300)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt

index 6478758..d4397e0 100644 (file)
@@ -90,7 +90,7 @@
                                     </form>
                                 [% END %]
 
-                            [% ELSIF error == "auto_renew" or error == "auto_too_much_oweing" or error == "auto_account_expired" %]
+                            [% ELSIF error == "auto_renew" or error == "auto_too_much_oweing" %]
 
                                 <p>[% item.biblio.title %] [% item.biblioitem.subtitle %] ( [% item.barcode %] ) has been scheduled for automatic renewal. </p>