Lines 715-721
canned reports and writing custom SQL reports.</p>
Link Here
|
715 |
|
715 |
|
716 |
<div class="pages">[% pagination_bar %]</div> |
716 |
<div class="pages">[% pagination_bar %]</div> |
717 |
[% UNLESS ( errors ) %] |
717 |
[% UNLESS ( errors ) %] |
718 |
<form method="POST" id="report_results"> |
718 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="report_results"> |
719 |
<input type="hidden" name="op" value="show" /> |
719 |
<input type="hidden" name="op" value="show" /> |
720 |
<table> |
720 |
<table> |
721 |
<tr> |
721 |
<tr> |
Lines 1010-1016
Sub report:<select name="subreport">
Link Here
|
1010 |
|
1010 |
|
1011 |
$(".send_to_item_mod").click(function(e){ |
1011 |
$(".send_to_item_mod").click(function(e){ |
1012 |
e.preventDefault(); |
1012 |
e.preventDefault(); |
1013 |
$("#report_results").attr("action","/cgi-bin/koha/tools/batchMod.pl"); |
|
|
1014 |
$("#report_results").submit(); |
1013 |
$("#report_results").submit(); |
1015 |
}); |
1014 |
}); |
1016 |
|
1015 |
|
1017 |
- |
|
|