Bug 21467: Fix default sort
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-detail.tt
index 6296236..58f7916 100644 (file)
 
                 <thead>
                     <tr>
-                        <th class="NoVisible">Timestamp</th>
                         <th>Invoice</th>
                         <th>Basket</th>
                         <th>Order number</th>
                     [% ELSE %]
                         <tr data-tt-id="[% order.parent_ordernumber | html %]">
                     [% END %]
-                        <td>[% order.timestamp | html %]</td>
                         <td>
                         [% IF order.invoice %]
                             [% IF CAN_user_acquisition %]
 
                 'bPaginate': false,
                 'bAutoWidth': false,
-                'bSort': true,
-                'aaSortingFixed': [[ 0, 'desc' ]],
-                "bSortCellsTop": true
+                'bSort': false,
             }, columns_settings);
 
             $(table).treetable({