[Koha-patches] [PATCH] [bug #2840][replace previous] Delete a hidden tag that is not needed and create an error

Nahuel Angelinetti nahuel.angelinetti at biblibre.com
Wed Dec 3 12:41:11 CET 2008


The bug exists because for each table line, an hidden field was set, with subscriptionid, but it's not used by the script and
create a bug "Request-URI Too Large".
---
 .../en/modules/serials/serials-collection.tmpl     |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl
index f32c776..8620f35 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl
@@ -216,7 +216,6 @@ $(document).ready(function() {
                   <!--TMPL_IF Name="cannotedit"-->
                     disabled
                   <!--TMPL_ELSE -->
-                    <input type="hidden" name="subs" value="<!--TMPL_VAR Name="subscriptionid"-->" />
                     <!--TMPL_IF Name="subscriptionexpired"-->
                     <input type="checkbox" name="serialid" value="<!--TMPL_VAR Name="serialid"-->" disabled="disabled" />
                     <!--TMPL_ELSE-->
-- 
1.5.6.3




More information about the Koha-patches mailing list