View | Details | Raw Unified | Return to bug 8395
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-4 / +4 lines)
Lines 11-18 Link Here
11
<script type="text/javascript">
11
<script type="text/javascript">
12
//<![CDATA[
12
//<![CDATA[
13
13
14
    var rowsToCollapse = 5;
14
    dt_overwrite_html_sorting_localeCompare();
15
15
16
    var rowsToCollapse = 5;
16
    $(document).ready(function(){
17
    $(document).ready(function(){
17
        var pendingt = $("#pendingt").dataTable($.extend(true, {}, dataTablesDefaults, {
18
        var pendingt = $("#pendingt").dataTable($.extend(true, {}, dataTablesDefaults, {
18
            "aoColumnDefs": [
19
            "aoColumnDefs": [
Lines 21-27 Link Here
21
            "aoColumns": [
22
            "aoColumns": [
22
                { "sType": "num-html" },
23
                { "sType": "num-html" },
23
                { "sType": "num-html" },
24
                { "sType": "num-html" },
24
                null,
25
                { "sType": "html" },
25
                null,
26
                null,
26
                null,
27
                null,
27
                null,
28
                null,
Lines 38-44 Link Here
38
            "aoColumns": [
39
            "aoColumns": [
39
                { "sType": "num-html" },
40
                { "sType": "num-html" },
40
                { "sType": "num-html" },
41
                { "sType": "num-html" },
41
                null,
42
                { "sType": "html" },
42
                null,
43
                null,
43
                null,
44
                null,
44
                null,
45
                null,
45
- 

Return to bug 8395