X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/8b81b4e30d7afc4abf39abe0bcc72c0543fa9c70..43d3272350025deec2bbc3522c771e95876342a2:/sistema/www/servicios/bandas/banda_agente.php diff --git a/sistema/www/servicios/bandas/banda_agente.php b/sistema/www/servicios/bandas/banda_agente.php index 794dfdf..9fbbf87 100644 --- a/sistema/www/servicios/bandas/banda_agente.php +++ b/sistema/www/servicios/bandas/banda_agente.php @@ -196,7 +196,7 @@ $MES_ACTUAL =& new date(); $FECHA_PEDIDA =& new date($fecha); if($MES_ACTUAL->getmonth()==$FECHA_PEDIDA->getmonth() && $MES_ACTUAL->getyear()==$FECHA_PEDIDA->getyear()) { - $sql = "Select fecha from FechaActualizacion where tipoActualizacion='DIARIO' + $sql = "Select fecha from bandas.FechaActualizacion where tipoActualizacion='DIARIO' order by fecha desc limit 1"; $result = $DB->query($sql);