https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570
--- Comment #251 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
