Lines 798-804
canned reports and writing custom SQL reports.</p>
Link Here
|
798 |
<form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification"> |
798 |
<form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification"> |
799 |
<input type="hidden" name="op" value="show" /> |
799 |
<input type="hidden" name="op" value="show" /> |
800 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
800 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
801 |
<textarea style="display:none" name="cardnumberlist" id="cardnumberlist">[% FOREACH result IN results %][% FOREACH cells IN result.cells %][% place = loop.index %][% IF header_row.$place.cell == 'cardnumber' || header_types.item(header_row.$place.cell) == 'cardnumber' && cells.cell.match('^(\d+)$') %][% SET batch_cardnumbers = 1 %] |
801 |
<textarea style="display:none" name="cardnumberlist" id="cardnumberlist">[% FOREACH result IN results %][% FOREACH cells IN result.cells %][% place = loop.index %][% IF header_row.$place.cell == 'cardnumber' || header_types.item(header_row.$place.cell) == 'cardnumber' %][% SET batch_cardnumbers = 1 %] |
802 |
[% cells.cell | html %][% END %][% END %][% END %]</textarea> |
802 |
[% cells.cell | html %][% END %][% END %][% END %]</textarea> |
803 |
</form> |
803 |
</form> |
804 |
|
804 |
|
805 |
- |
|
|