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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches