@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt @@ -276,7 +276,7 @@ "bFilter": false, "bInfo": false, "aoColumnDefs": [{ - "aTargets": [-3], + "aTargets": [-2], "bSortable": false, "bSearchable": false, }, { @@ -296,9 +296,7 @@ "visible": false, "searchable": false }], - "aaSorting": [ - [1, "asc"] - ], + "aaSorting": [], "fnDrawCallback": function (oSettings) { var local = this; local.$('.editable').editable( function(value, settings) { --