Lines 162-167
$(document).ready(function() {
Link Here
|
162 |
'name': 'name_sorton', |
162 |
'name': 'name_sorton', |
163 |
'value': 'borrowers.surname borrowers.firstname' |
163 |
'value': 'borrowers.surname borrowers.firstname' |
164 |
},{ |
164 |
},{ |
|
|
165 |
'name': 'dateofbirth', |
166 |
'value': 'borrowers.dateofbirth', |
167 |
},{ |
165 |
'name': 'category_sorton', |
168 |
'name': 'category_sorton', |
166 |
'value': 'categories.description', |
169 |
'value': 'categories.description', |
167 |
},{ |
170 |
},{ |
Lines 193-198
$(document).ready(function() {
Link Here
|
193 |
[% END %] |
196 |
[% END %] |
194 |
{ 'mDataProp': 'dt_cardnumber' }, |
197 |
{ 'mDataProp': 'dt_cardnumber' }, |
195 |
{ 'mDataProp': 'dt_name' }, |
198 |
{ 'mDataProp': 'dt_name' }, |
|
|
199 |
{ 'mDataProp': 'dt_dateofbirth' }, |
196 |
{ 'mDataProp': 'dt_category' }, |
200 |
{ 'mDataProp': 'dt_category' }, |
197 |
{ 'mDataProp': 'dt_branch' }, |
201 |
{ 'mDataProp': 'dt_branch' }, |
198 |
{ 'mDataProp': 'dt_dateexpiry' }, |
202 |
{ 'mDataProp': 'dt_dateexpiry' }, |