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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-1 / +1 lines)
Lines 447-452 Link Here
447
                    <form method="POST" action="/cgi-bin/koha/catalogue/item-export.pl">
447
                    <form method="POST" action="/cgi-bin/koha/catalogue/item-export.pl">
448
                        [% INCLUDE 'csrf-token.inc' %]
448
                        [% INCLUDE 'csrf-token.inc' %]
449
                        <input type="hidden" name="format" value="${format}">
449
                        <input type="hidden" name="format" value="${format}">
450
                        <input type="hidden" name="op" value="cud-export">
450
                        ${inputs}
451
                        ${inputs}
451
                    </form>
452
                    </form>
452
                `);
453
                `);
453
- 

Return to bug 38967