Bug 26234: Teach our KohaTable constructor the specific th classes
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / pos / pay.tt
index 43b8d32..663c6d6 100644 (file)
@@ -53,8 +53,8 @@
                                 <tr>
                                     <th>Code</th>
                                     <th>Description</th>
-                                    <th>Cost</th>
-                                    <th>Action</th>
+                                    <th class="NoSort">Cost</th>
+                                    <th class="NoSort">Action</th>
                                 </tr>
                             </thead>
                             <tbody>
         var items_table = KohaTable("invoices", {
                "sPaginationType": "full",
                "aaSorting": [[ 0, "asc" ]],
-               "aoColumnDefs": [
-                  { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable":false },
-               ],
         }, items_columns_settings);
 
         $(".add_button").on("click", function(e) {