Lines 242-247
Link Here
|
242 |
</script> |
242 |
</script> |
243 |
|
243 |
|
244 |
[% INCLUDE 'datatables.inc' %] |
244 |
[% INCLUDE 'datatables.inc' %] |
|
|
245 |
[% INCLUDE 'calendar.inc' %] |
245 |
[% INCLUDE 'js-patron-get-age.inc' %] |
246 |
[% INCLUDE 'js-patron-get-age.inc' %] |
246 |
[% INCLUDE 'js-patron-format.inc' %] |
247 |
[% INCLUDE 'js-patron-format.inc' %] |
247 |
[% INCLUDE 'js-patron-format-address.inc' %] |
248 |
[% INCLUDE 'js-patron-format-address.inc' %] |
Lines 430-435
Link Here
|
430 |
[% CASE 'dateofbirth' %] |
431 |
[% CASE 'dateofbirth' %] |
431 |
{ |
432 |
{ |
432 |
"data": "date_of_birth", |
433 |
"data": "date_of_birth", |
|
|
434 |
"type": "date", |
433 |
"searchable": true, |
435 |
"searchable": true, |
434 |
"orderable": true, |
436 |
"orderable": true, |
435 |
"render": function( data, type, row, meta ) { |
437 |
"render": function( data, type, row, meta ) { |
Lines 551-556
Link Here
|
551 |
[% CASE 'dateexpiry' %] |
553 |
[% CASE 'dateexpiry' %] |
552 |
{ |
554 |
{ |
553 |
"data": "expiry_date", |
555 |
"data": "expiry_date", |
|
|
556 |
"type": "date", |
554 |
"searchable": true, |
557 |
"searchable": true, |
555 |
"orderable": true, |
558 |
"orderable": true, |
556 |
"render": function( data, type, row, meta ) { |
559 |
"render": function( data, type, row, meta ) { |