|
Lines 281-286
Link Here
|
| 281 |
$("#accounts").DataTable().draw(); |
281 |
$("#accounts").DataTable().draw(); |
| 282 |
}); |
282 |
}); |
| 283 |
|
283 |
|
|
|
284 |
patron_autocomplete($("#find_patron"), { |
| 285 |
'on-select-add-to': {container: $("#basket_creators"), input_name: 'created_by' }, |
| 286 |
'on-select-callback': function( event, ui ) { |
| 287 |
$("#find_patron").val('').focus(); |
| 288 |
return false; |
| 289 |
} |
| 290 |
|
| 291 |
}); |
| 284 |
}); |
292 |
}); |
| 285 |
</script> |
293 |
</script> |
| 286 |
[% END %] |
294 |
[% END %] |
| 287 |
- |
|
|