From f2b2e598b58bd5ee842fe0ef2b16d9d49fcdc6bc Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Tue, 7 Feb 2017 21:39:56 -0500 Subject: [PATCH] Inclusion de label en campo tipo fecha --- 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 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 ";}