From da5605ca7318b26929047e23bd0c6321ec6c52aa Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 26 Feb 2024 15:34:18 +0100 Subject: [PATCH] Bug 35329: Adjustment for 34478 Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt index 8d3df53bce..0100346ed9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt @@ -162,7 +162,8 @@ data: { subscriptionid: [% subscriptionid | html %], borrowernumbers, - op: 'add_new_recipients' + op: 'cud-add_new_recipients', + csrf_token: $('meta[name="csrf-token"]').attr('content'), }, type: 'POST', url: '/cgi-bin/koha/serials/routing.pl', -- 2.20.1