bug 4152: fixed template so that barcode file uploads work
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
6672df6de8
commit
88681d9862
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $(document).ready(function(){
|
|||
<h1>Inventory/Stocktaking</h1>
|
||||
<!-- TMPL_UNLESS name="loop" -->
|
||||
<div class="yui-g">
|
||||
<form method="post" action="/cgi-bin/koha/tools/inventory.pl">
|
||||
<form method="post" action="/cgi-bin/koha/tools/inventory.pl" enctype="multipart/form-data">
|
||||
<fieldset class="rows">
|
||||
<legend>Use a barcode file</legend>
|
||||
<ol>
|
||||
|
|
Loading…
Reference in a new issue