[Koha-patches] [PATCH] Bug 3416: Fixes filter on parcels.tmpl.

Garry Collum gcollum at gmail.com
Sun Jul 12 03:33:31 CEST 2009


Changes the action of the form on parcels.tmpl from "post" to "get."  Otherwise the filter is not functional.
---
 .../prog/en/modules/acqui/parcels.tmpl             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl
index e839063..ce089f8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl
@@ -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>
-- 
1.5.6.5




More information about the Koha-patches mailing list