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

(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-2 / +2 lines)
Lines 229-235 $(document).ready(function() { Link Here
229
                    $.ajax({
229
                    $.ajax({
230
                        method: "PUT",
230
                        method: "PUT",
231
                        url: api_url,
231
                        url: api_url,
232
                        data: update_info ,
232
                        data: update_info,
233
                        headers: { "x-koha-override": "any" },
233
                        success: function( data ){ holdsTable.api().ajax.reload(); },
234
                        success: function( data ){ holdsTable.api().ajax.reload(); },
234
                        error: function( jqXHR, textStatus, errorThrown) {
235
                        error: function( jqXHR, textStatus, errorThrown) {
235
                            alert('There was an error:'+textStatus+" "+errorThrown);
236
                            alert('There was an error:'+textStatus+" "+errorThrown);
236
- 

Return to bug 27865