From 41f775ffeb31a7f0547276d8905e53660e768efd Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 16 Jun 2018 13:04:09 -0500 Subject: [PATCH] correcion campo numerico --- milfs/funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 5f1fdbb..2c1450a 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -15317,7 +15317,7 @@ $render = " $pasos= $valores_rango[2]; $aviso_rango=""; $aviso_pasos=""; - if( $rango !=""){ + if( $rango[0] !=""){ $onchange=" onkeyup= \"xajax_validar_rango((this.value),'$min','$max','$pasos','".$id_campo."[".$item."]');\" onchange= \"xajax_validar_rango((this.value),'$min','$max','$pasos','".$id_campo."[".$item."]');\" ";