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 446-451 Link Here
446
                let form = $(`
446
                let form = $(`
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="op" value="cud-show" />
449
                        <input type="hidden" name="format" value="${format}">
450
                        <input type="hidden" name="format" value="${format}">
450
                        ${inputs}
451
                        ${inputs}
451
                    </form>
452
                    </form>
452
- 

Return to bug 38967