|
Lines 18-30
Link Here
|
| 18 |
"sPaginationType": "four_button" |
18 |
"sPaginationType": "four_button" |
| 19 |
} ) ); |
19 |
} ) ); |
| 20 |
|
20 |
|
| 21 |
|
21 |
[% UNLESS order_loop %] |
| 22 |
patron_autocomplete({ |
22 |
patron_autocomplete({ |
| 23 |
patron_container: $("#basket_creators"), |
23 |
patron_container: $("#basket_creators"), |
| 24 |
input_autocomplete: $("#find_patron"), |
24 |
input_autocomplete: $("#find_patron"), |
| 25 |
patron_input_name: 'created_by', |
25 |
patron_input_name: 'created_by', |
| 26 |
field_to_retrieve: 'borrowernumber' |
26 |
field_to_retrieve: 'borrowernumber' |
| 27 |
}); |
27 |
}); |
|
|
28 |
[% END %] |
| 28 |
}); |
29 |
}); |
| 29 |
|
30 |
|
| 30 |
//]]> |
31 |
//]]> |
| 31 |
- |
|
|