Bug 3416: Fixes filter on parcels.tmpl.
authorGarry Collum <gcollum@gmail.com>
Sun, 12 Jul 2009 01:33:31 +0000 (21:33 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 16 Sep 2009 12:17:20 +0000 (08:17 -0400)
Changes the action of the form on parcels.tmpl from "post" to "get."  Otherwise the filter is not functional.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl

index e839063..ce089f8 100644 (file)
@@ -38,7 +38,7 @@
 <div id="resultlist">
 <!-- Search Results Table -->
 <!-- TMPL_IF NAME="count" -->
-<form method="post" action="parcels.pl">
+<form method="get" action="parcels.pl">
     <table class="small">
         <tr>
             <th> <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" /></th>