diff --git a/lib/Dojo/Model/Data/cal/q3Event.q b/lib/Dojo/Model/Data/cal/q3Event.q index bc055c1..df24ad3 100755 --- a/lib/Dojo/Model/Data/cal/q3Event.q +++ b/lib/Dojo/Model/Data/cal/q3Event.q @@ -2,7 +2,14 @@ select date_format(t.fecha_inicio,'%Y%m') as bid, t.id as eeid, - concat(l.municipio,", ",l.federativa) as ciudad, + case + when l.municipio = '' or l.municipio is null + then l.federativa + when l.federativa = '' or l.federativa is null + then l.municipio + else + concat(l.municipio,", ",l.federativa) + end as ciudad, concat(l.nombre,". ") as lugar, l.direccion as dir, day(t.fecha_inicio) as dini, diff --git a/lib/Dojo/Model/Vdgproc.pm b/lib/Dojo/Model/Vdgproc.pm index 4860ad8..dadfeb5 100644 --- a/lib/Dojo/Model/Vdgproc.pm +++ b/lib/Dojo/Model/Vdgproc.pm @@ -125,7 +125,7 @@ $$students[$_ -1][0] push (@ra, [$basetxta,"Inscripciones",'david@chaos.foundation']); push (@ra, [$basetxta,"Inscripciones",'benjamuga@gmail.com']); - push (@ra, [$basetxta,"Inscripciones",'mmunoz@harvest.com']); + push (@ra, [$basetxta,"Inscripciones",'mmunoz@harvbest.com']); return @ra; } diff --git a/templates/home/htmlNav.html.ep b/templates/home/htmlNav.html.ep index 8e9b2a6..93f3b3d 100755 --- a/templates/home/htmlNav.html.ep +++ b/templates/home/htmlNav.html.ep @@ -9,6 +9,7 @@

(55) 5412 9940