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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-1 / +2 lines)
Lines 357-362 Link Here
357
    <script>
357
    <script>
358
        var sales_table = $("#sales").dataTable($.extend(true, {}, dataTablesDefaults, {
358
        var sales_table = $("#sales").dataTable($.extend(true, {}, dataTablesDefaults, {
359
            orderFixed: [ 0, 'asc'],
359
            orderFixed: [ 0, 'asc'],
360
            ordering: false,
360
            columnDefs: [ {
361
            columnDefs: [ {
361
                targets: [ 0, 1 ],
362
                targets: [ 0, 1 ],
362
                visible: false
363
                visible: false
Lines 383-388 Link Here
383
384
384
        var past_sales_table = $("#past_sales").dataTable($.extend(true, {}, dataTablesDefaults, {
385
        var past_sales_table = $("#past_sales").dataTable($.extend(true, {}, dataTablesDefaults, {
385
            orderFixed: [ 0, 'asc'],
386
            orderFixed: [ 0, 'asc'],
387
            ordering: false,
386
            columnDefs: [ {
388
            columnDefs: [ {
387
                targets: [ 0, 1 ],
389
                targets: [ 0, 1 ],
388
                visible: false
390
                visible: false
389
- 

Return to bug 38667