change Commercial -> Production

This commit is contained in:
2020-04-24 17:27:12 +02:00
parent 2e0abbdff2
commit 122710b3e4
5 changed files with 7 additions and 11 deletions

View File

@@ -44,12 +44,6 @@
return '<a href="/user_edit/' + data + '">' + data + '</a>';
},
},
{ "targets": 4,
"render": function (data, type, row, meta) {
// ajouter un link vers le login
return '<a href="/connecter_a/' + row[0] + '">' + data + '</a>';
},
},
]
});