feat: Avisar cuando no hay posibilidad de fichar refs #7669 #2676

Merged
carlosap merged 2 commits from 7669-Avisor-cuando-no-se-puede-fichar into dev 2024-07-04 11:30:13 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 989fa5ac5a - Show all commits

View File

@ -70,7 +70,7 @@ BEGIN
vMailTo,
vMailTo,
'Error al fichar',
CONCAT(vUserName, ' tiene problemas para fichar');
CONCAT(vUserName, ' tiene problemas para fichar'));
END IF;
END$$
DELIMITER ;