|
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": { |
| 286 |
container: $("#basket_creators"), |
| 287 |
input_name: "created_by", |
| 288 |
}, |
| 289 |
"on-select-callback": function (event, ui) { |
| 290 |
$("#find_patron").val("").focus(); |
| 291 |
return false; |
| 292 |
}, |
| 293 |
}); |
| 284 |
}); |
294 |
}); |
| 285 |
</script> |
295 |
</script> |
| 286 |
[% END %] |
296 |
[% END %] |
| 287 |
- |
|
|