|
Lines 273-279
Link Here
|
| 273 |
} |
273 |
} |
| 274 |
location.href = `/cgi-bin/koha/patroncards/print.pl?batch_id=${batch_id}&${getstr}`; |
274 |
location.href = `/cgi-bin/koha/patroncards/print.pl?batch_id=${batch_id}&${getstr}`; |
| 275 |
} else if (mode == 'batch') { |
275 |
} else if (mode == 'batch') { |
| 276 |
location.href = `/cgi-bin/koha/patroncards/print.pl?batch_id=${batch_id`; |
276 |
location.href = `/cgi-bin/koha/patroncards/print.pl?batch_id=${batch_id}`; |
| 277 |
} else { |
277 |
} else { |
| 278 |
// some pass-through error trapping just in case... |
278 |
// some pass-through error trapping just in case... |
| 279 |
} |
279 |
} |
|
Lines 319-325
Link Here
|
| 319 |
order: [[0, "asc"]], |
319 |
order: [[0, "asc"]], |
| 320 |
pagingType: "full", |
320 |
pagingType: "full", |
| 321 |
lengthMenu: [aLengthMenu, aLengthMenuLabel], |
321 |
lengthMenu: [aLengthMenu, aLengthMenuLabel], |
| 322 |
pageLength: patronsPerPage, |
322 |
pageLength: prefs.PatronsPerPage, |
| 323 |
autoWidth: false, |
323 |
autoWidth: false, |
| 324 |
}); |
324 |
}); |
| 325 |
$("#additems").click(function(){ |
325 |
$("#additems").click(function(){ |
| 326 |
- |
|
|