|
Lines 374-379
Link Here
|
| 374 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
374 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
| 375 |
[% INCLUDE 'datatables.inc' %] |
375 |
[% INCLUDE 'datatables.inc' %] |
| 376 |
[% INCLUDE 'calendar.inc' %] |
376 |
[% INCLUDE 'calendar.inc' %] |
|
|
377 |
<script> |
| 378 |
var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'lateorders', 'late_orders', 'json' ) | $raw %]; |
| 379 |
</script> |
| 380 |
|
| 377 |
<script> |
381 |
<script> |
| 378 |
var late_orderst; |
382 |
var late_orderst; |
| 379 |
function check_uncheck() { |
383 |
function check_uncheck() { |
|
Lines 388-394
Link Here
|
| 388 |
|
392 |
|
| 389 |
$(document).ready(function() { |
393 |
$(document).ready(function() { |
| 390 |
|
394 |
|
| 391 |
var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'lateorders', 'late_orders', 'json' ) | $raw %]; |
|
|
| 392 |
late_orderst = $("#late_orders").kohaTable({ |
395 |
late_orderst = $("#late_orders").kohaTable({ |
| 393 |
order: [[ 1, "asc" ]], |
396 |
order: [[ 1, "asc" ]], |
| 394 |
pagingType: "full", |
397 |
pagingType: "full", |
| 395 |
- |
|
|