validar alfa numérico

This commit is contained in:
xXpuma99Xx
2022-01-03 16:56:00 -06:00
parent b3cc4a594d
commit 7b5a6262ee
11 changed files with 21 additions and 11 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ const activos = async (body) => {
const numeroInventario = body.numeroInventario
? validar.validarAlfanumerico(
body.numeroInventario,
'El numero de inventario',
'numero de inventario',
true,
20
)
: '';