Bug 17171: (QA follow-up) Remove cardnumber template variable
authorKatrin Fischer <katrin.fischer.83@web.de>
Wed, 10 Apr 2019 22:43:53 +0000 (22:43 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 17 Apr 2019 12:25:26 +0000 (12:25 +0000)
The INCLUDE already takes care of displaying the cardnumber, the
extra variable is not needed.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

index c06e9b2..4d0dc91 100644 (file)
@@ -75,7 +75,7 @@
 [% END %]
 
 [% IF alert.RETURNED_FROM_ANOTHER %]
-    <div class="dialog alert">Item was checked out to [% INCLUDE 'patron-title.inc' patron=alert.RETURNED_FROM_ANOTHER.patron %]  ([% alert.RETURNED_FROM_ANOTHER.patron.cardnumber %]) and was returned automatically.</div>
+    <div class="dialog alert">Item was checked out to [% INCLUDE 'patron-title.inc' patron = alert.RETURNED_FROM_ANOTHER.patron %] and was returned automatically.</div>
 [% END %]
 
 [% IF ( nopermission ) %]