@@ -, +, @@ waiting holds --- koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc @@ -28,11 +28,11 @@ [% END %]
Barcode: [% reserveloo.item.barcode | html %] - [% reserveloo.borrower.surname | html %], [% reserveloo.borrower.firstname | html %] - [% IF ( reserveloo.borrower.phone ) %]
[% reserveloo.borrower.phone | html %][% END %] + [% INCLUDE 'patron-title.inc' patron=reserveloo.borrower %] + [% IF ( reserveloo.borrower.phone ) %]
[% reserveloo.borrower.phone | html %][% END %] [% IF ( reserveloo.borrower.first_valid_email_address ) %] -
- [% reserveloo.borrower.first_valid_email_address | html %] +
+ [% reserveloo.borrower.first_valid_email_address | html %]
[% END %] [% Branches.GetName( reserveloo.item.homebranch ) | html %] --