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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +3 lines)
Lines 70-76 Link Here
70
                [% UNLESS op %]
70
                [% UNLESS op %]
71
                <form method="post" id="inventory_form" action="/cgi-bin/koha/tools/inventory.pl" enctype="multipart/form-data">
71
                <form method="post" id="inventory_form" action="/cgi-bin/koha/tools/inventory.pl" enctype="multipart/form-data">
72
                    [% INCLUDE 'csrf-token.inc' %]
72
                    [% INCLUDE 'csrf-token.inc' %]
73
                    <input type="hidden" name="op" value="do_it" />
73
                    <input type="hidden" name="op" value="cud-inventory" />
74
74
75
                    <fieldset class="rows">
75
                    <fieldset class="rows">
76
                        <legend>Use a barcode file</legend>
76
                        <legend>Use a barcode file</legend>
Lines 264-269 Link Here
264
                [% IF op %]
264
                [% IF op %]
265
                <form method="post" action="/cgi-bin/koha/tools/inventory.pl">
265
                <form method="post" action="/cgi-bin/koha/tools/inventory.pl">
266
                    [% INCLUDE 'csrf-token.inc' %]
266
                    [% INCLUDE 'csrf-token.inc' %]
267
                    <input type="hidden" name="op" value="cud-inventory" />
268
267
                    <input type="hidden" name="minlocation" value="[% minlocation | html %]" />
269
                    <input type="hidden" name="minlocation" value="[% minlocation | html %]" />
268
                    <input type="hidden" name="maxlocation" value="[% maxlocation | html %]" />
270
                    <input type="hidden" name="maxlocation" value="[% maxlocation | html %]" />
269
                    <input type="hidden" name="location" value="[% location | html %]" />
271
                    <input type="hidden" name="location" value="[% location | html %]" />
270
- 

Return to bug 36305