[Bug 14570] Make it possible to add multiple guarantors to a record
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 --- Comment #251 from Jonathan Druart <jonathan.druart+koha@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org