@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt +++ a/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', --