From: Nahuel Angelinetti <[email protected]> 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".
Signed-off-by: Henri-Damien LAURENT <[email protected]> --- .../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 17ce554..f3eaf51 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 @@ -222,7 +222,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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
