Commit a989fd35bc1260552116009292a23529674ca29c
1 parent
173abc3c
Exists in
master
and in
1 other branch
bugfix Utilisateur (tri)
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/Controller/MaterielsController.php
... | ... | @@ -1292,7 +1292,8 @@ class MaterielsController extends AppController { |
1292 | 1292 | 'Categories.nom', |
1293 | 1293 | 'Organismes.nom', |
1294 | 1294 | 'numero_inventaire_organisme', |
1295 | - 'nom_responsable', | |
1295 | + //'nom_responsable', | |
1296 | + 'nom_user', | |
1296 | 1297 | 'status', |
1297 | 1298 | 'date_acquisition', |
1298 | 1299 | 'etiquette', | ... | ... |