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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-4 / +2 lines)
Lines 279-287 Link Here
279
        </div>
279
        </div>
280
      </div>
280
      </div>
281
281
282
        <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_operations">
282
        <form method="GET" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_operations">
283
            [% INCLUDE 'csrf-token.inc' %]
283
            <input type="hidden" name="op" value="show" />
284
            <input type="hidden" name="op" value="cud-show" />
285
            <input type="hidden" id="batch_mod_del" name="del" value="0" />
284
            <input type="hidden" id="batch_mod_del" name="del" value="0" />
286
        </form>
285
        </form>
287
286
288
- 

Return to bug 36630