https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35187
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #17 from Jonathan Druart <[email protected]> --- Wrong rebase... - - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]." - - "" - - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]" - - "" - - "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>." - - "" - - "Your library card number is [% borrower.cardnumber %]" - - "" - - "If you have any problems or questions regarding your account, please contact the library." + - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %].<br>" + - "<br>" + - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]<br>" + - "<br>" + - "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>.<br>" + - "<br>" + - "Your library card number is [% borrower.cardnumber %]<br>" + - "<br>" + - "If you have any problems or questions regarding your account, please contact the library." Extra space at last line. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
