View | Details | Raw Unified | Return to bug 35329
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-2 / +2 lines)
Lines 162-168 Link Here
162
                data: {
162
                data: {
163
                    subscriptionid: [% subscriptionid | html %],
163
                    subscriptionid: [% subscriptionid | html %],
164
                    borrowernumbers,
164
                    borrowernumbers,
165
                    op: 'add_new_recipients'
165
                    op: 'cud-add_new_recipients',
166
                    csrf_token: $('meta[name="csrf-token"]').attr('content'),
166
                },
167
                },
167
                type: 'POST',
168
                type: 'POST',
168
                url: '/cgi-bin/koha/serials/routing.pl',
169
                url: '/cgi-bin/koha/serials/routing.pl',
169
- 

Return to bug 35329