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

(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-2 / +5 lines)
Lines 233-239 $(document).ready(function() { Link Here
233
                            }
233
                            }
234
                        }
234
                        }
235
                    },
235
                    },
236
                    { "data": "reservenotes" },
236
                    {
237
                        "mDataProp": function( oObj ) {
238
                            return oObj.reservenotes && oObj.reservenotes.escapeHtml() || "";
239
                        }
240
                    },
237
                    {
241
                    {
238
                        "bSortable": false,
242
                        "bSortable": false,
239
                        "mDataProp": function( oObj ) {
243
                        "mDataProp": function( oObj ) {
240
- 

Return to bug 33845