diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 6c28e7f..47dda53 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -11624,7 +11624,7 @@ if($control !="") { if($campo_obligatorio =='1') {$obligatorio ="danger";}else{$obligatorio ="default";} if($campo_tipo_accion == 'text'){$render = " ";} - elseif($campo_tipo_accion == 'date'){$render = " "; + elseif($campo_tipo_accion == 'date'){$render = " "; } elseif($campo_tipo_accion == 'rango'){ $rango = rango("form_campos_valores","campo_valor","id_form_campo","$id_campo","$value","".$id_campo."[".$item."]",""); $render = "$rango $campo_descripcion ";}