From 477e8481b6fcfb79a1cd3f56ed7f0b9fbdfc5e6a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 20 Oct 2016 09:07:34 +0100 Subject: [PATCH] Bug 5260: Use post params instead of get to avoid putting op=email in the browser history --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index d4622e7..6a530b1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -202,7 +202,13 @@
Create EDIFACT order
[% END %] [% IF ( active && books_loop ) %] -
E-mail order
+
+
+ + + +
+
[% END %] -- 2.8.1