https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490
Emmi Takkinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121661|0 |1 is obsolete| | --- Comment #36 from Emmi Takkinen <[email protected]> --- Created attachment 121811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121811&action=edit Bug 28490: Revert "Bug 26995: Remove one remaining occurrence in moremember" This reverts commit c3b50e9e97e917090ce09283807168caaad3de4a. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <[email protected]> Signed-off-by: Petro Vashchuk <[email protected]> Signed-off-by: Emmi Takkinen <[email protected]> --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index cd416da0ec..eaa0d18841 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -321,7 +321,7 @@ [% END %] [% END %] [% IF patron.contactfirstname OR patron.contactname %] - <li>[% patron.contactfirstname | html %] [% patron.contactname | html %]</li> + <li>[% patron.contactfirstname | html %] [% patron.contactname | html %][% IF patron.relationship %] ([% patron.relationship | html %])[% END %]</li> [% END %] </ul> </li> -- 2.25.1 -- 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/
