[Koha-patches] [PATCH] bug 4152: fixed template so that barcode file uploads work

Galen Charlton gmcharlt at gmail.com
Wed Feb 10 19:33:41 CET 2010


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../prog/en/modules/tools/inventory.tmpl           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl
index 7bef677..1a25e4f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl
@@ -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>
-- 
1.6.3.3




More information about the Koha-patches mailing list