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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-2 / +1 lines)
Lines 211-217 Link Here
211
                        url      : '/cgi-bin/koha/admin/item_circulation_alerts.pl',
211
                        url      : '/cgi-bin/koha/admin/item_circulation_alerts.pl',
212
                        type     : 'POST',
212
                        type     : 'POST',
213
                        dataType : 'json',
213
                        dataType : 'json',
214
                        data     : { op: 'cud-toggle', id: id, branch: $branch },
214
                        data     : { op: 'cud-toggle', id: id, branch: $branch, csrf_token: $('meta[name="csrf-token"]').attr("content") },
215
                        success  : function(response){
215
                        success  : function(response){
216
                            if ($branch == '*' && response.classes.match(/default/)) {
216
                            if ($branch == '*' && response.classes.match(/default/)) {
217
                                td.html(disabledForAll);
217
                                td.html(disabledForAll);
218
- 

Return to bug 37959