|
@@ -82,7 +82,7 @@ function duracionMinutos($fechahora_i, $fechahora_f){
|
|
|
if(isset($_POST["fecha_final"]))
|
|
|
$fecha_fin = $_POST["fecha_final"];
|
|
|
else
|
|
|
- $fecha_ini = date("d/m/Y", strtotime("30 day"));
|
|
|
+ $fecha_fin = date("d/m/Y", strtotime("30 day"));
|
|
|
//$fecha_fin = date("d/m/Y", strtotime($periodo_rs["periodo_fecha_fin"]));
|
|
|
|
|
|
//Reposiciones
|