Fixed issue with module name

This commit is contained in:
José González 2022-09-28 16:29:18 +02:00
parent 1ae6267acc
commit f8efbc5fce
1 changed files with 1 additions and 1 deletions

View File

@ -962,7 +962,7 @@ switch ($sortField) {
break;
case 'module_name':
$fieldForSorting = 'nombre';
$fieldForSorting = 'module_name';
switch ($sort) {
case 'up':
$selectModuleNameUp = $selected;