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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 / +3 lines)
Lines 1004-1011 Link Here
1004
                                    [% END %]
1004
                                    [% END %]
1005
                                </form>
1005
                                </form>
1006
1006
1007
                                <form method="get" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification" target="_blank">
1007
                                <form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification" target="_blank">
1008
                                    <input type="hidden" name="op" value="show" />
1008
                                    [% INCLUDE 'csrf-token.inc' %]
1009
                                    <input type="hidden" name="op" value="cud-show" />
1009
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
1010
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
1010
                                    [%- cardnumbers = PROCESS batch_list results=results batch_type='cardnumber' | trim | html %]
1011
                                    [%- cardnumbers = PROCESS batch_list results=results batch_type='cardnumber' | trim | html %]
1011
                                    [% IF cardnumbers %]
1012
                                    [% IF cardnumbers %]
1012
- 

Return to bug 37197