Bug 22330: Transfer limits should be respected for placing holds in staff interface...
[koha.git] / koha-tmpl / intranet-tmpl / prog / js / circ-patron-search-results.js
1 /* global dataTablesDefaults */
2 $(document).ready(function() {
3     $(".clickable").click(function() {
4         window.document.location = $(this).data('url');
5     });
6 //    var table = KohaTable("table_borrowers",
7 //        {
8 //            "aaSorting": [ 0, "asc" ],
9 //            "sDom": "t",
10 //            "iDisplayLength": -1
11 //        },
12 //        columns_settings_borrowers_table, null);
13 });