https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38967

--- Comment #22 from Jonathan Druart <[email protected]> ---
eg.

koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc
 86                             <form action="/cgi-bin/koha/tools/batchMod.pl"
method="post">
 87                                 [% INCLUDE 'csrf-token.inc' %]
 88                                 <input type="hidden" name="op"
value="cud-show" />
 89                                 <input type="hidden" name="del" value="1"
/>
 90                                 <input type="hidden" name="biblionumber"
value="[% biblionumber | html %]" />
 91                                 <input type="hidden" name="src"
value="CATALOGUING" />
 92                                 <button id="batchdelete" type="submit"
class="dropdown-item">Delete items in a batch</button>
 93                             </form>


tools/batchMod.pl
223 if ( $op eq "cud-show" || $op eq "show" ) {

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to