Bug 17171: (QA follow-up) Remove cardnumber template variable
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>
This commit is contained in:
parent
5ed025a73f
commit
374527c1cb
1 changed files with 1 additions and 1 deletions
|
@ -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 ) %]
|
||||
|
|
Loading…
Reference in a new issue