Cosmetic fix to orders list

This commit is contained in:
Arjan H
2020-10-14 20:57:08 +02:00
parent 80e411254a
commit 98f1ac0c64

View File

@@ -297,7 +297,7 @@ $(function() {
if ( $('.orders_list').length || $('.rel_orders_list').length ) {
options["columnDefs"] = [ {
targets: 3,
targets: 2,
render: $.fn.dataTable.render.ellipsis(15)
} ];
}