[Koha-bugs] [Bug 28490] Cannot modify patrons in some categories (e.g. Child category)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 11 12:25:20 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490

Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #121661|0                           |1
        is obsolete|                            |

--- Comment #36 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> ---
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 <kyle at bywatersolutions.com>
Signed-off-by: Petro Vashchuk <stalkernoid at gmail.com>
Signed-off-by: Emmi Takkinen <emmi.takkinen at koha-suomi.fi>
---
 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.


More information about the Koha-bugs mailing list