Commit 8f5d0324 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Correção no texto exibido em relatórios

parent bf6e4e89
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<tbody> <tbody>
<td style="text-align: center;">{{$arquivo->titulo}}</td> <td style="text-align: center;">{{$arquivo->titulo}}</td>
<td style="text-align: center;">{{$arquivo->participante->user->name}} {{$arquivo->trabalho->evento->nome}}</td> <td style="text-align: center;">{{$arquivo->participante->user->name}}</td>
<td style="text-align: center;"> <td style="text-align: center;">
@if((Auth::user()->proponentes != null) && ($arquivo->relatorioParcial == null) && @if((Auth::user()->proponentes != null) && ($arquivo->relatorioParcial == null) &&
($arquivo->trabalho->evento->dt_inicioRelatorioParcial <= $hoje) && ($hoje <= $arquivo->trabalho->evento->dt_fimRelatorioParcial)) ($arquivo->trabalho->evento->dt_inicioRelatorioParcial <= $hoje) && ($hoje <= $arquivo->trabalho->evento->dt_fimRelatorioParcial))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment