[Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 21 11:26:29 CEST 2022


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

--- Comment #251 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
It seems that the following occurrences of "guarantorid" should have been
removed:

koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc:     [%- CASE
'guarantorid' -%]<span>Guarantor ID</span>

koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt:                 
                      <a class="btn btn-default btn-xs"
href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber |
html %]&step=1&guarantorid=[% guarantor.borrowernumber | html %]"><i
class="fa fa-pencil"></i> Edit</a>

t/db_dependent/Koha/Patrons.t:                guarantorid =>
$guarantor->borrowernumber

t/db_dependent/Koha/Patrons.t:                guarantorid =>
$guarantor->borrowernumber

t/lib/TestBuilder.pm:        # skip when FK points to itself: e.g.
borrowers:guarantorid

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list