View | Details | Raw Unified | Return to bug 6574
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc (-2 / +1 lines)
Lines 25-31 function update_child() { Link Here
25
}[% ELSE %][% END %]
25
}[% ELSE %][% END %]
26
26
27
function confirm_reregistration() {
27
function confirm_reregistration() {
28
    var is_confirmed = window.confirm(_('Are you sure you want to renew this patron\'s registration?'));
28
    var is_confirmed = window.confirm(_("Are you sure you want to renew this patron's registration?"));
29
    if (is_confirmed) {
29
    if (is_confirmed) {
30
       window.location = '/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% borrowernumber %]&cardnumber=[% cardnumber %]&destination=[% destination %]&reregistration=y';
30
       window.location = '/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% borrowernumber %]&cardnumber=[% cardnumber %]&destination=[% destination %]&reregistration=y';
31
    }
31
    }
32
- 

Return to bug 6574