https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23082 --- Comment #7 from Federico Rinaudo <frinaudo@infocpt.com.ar> --- /usr/share/koha# grep -r remove_debarment intranet/cgi-bin/members/memberentry.pl:my @debarments_to_remove = $input->multi_param('remove_debarment'); intranet/htdocs/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: <input type="checkbox" id="debarment_[% d.borrower_debarment_id | html %]" name="remove_debarment" value="[% d.borrower_debarment_id | html %]" /> intranet/htdocs/intranet-tmpl/prog/es-ES/modules/members/memberentrygen.tt: <input type="checkbox" id="debarment_[% d.borrower_debarment_id | html %]" name="remove_debarment" value="[% d.borrower_debarment_id | html %]" /> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.