Commit 7d88ca9b authored by PedroLopesUPE's avatar PedroLopesUPE
Browse files

Geração de placeholder de anexo B em PDF

parent c7e295ad
...@@ -376,6 +376,13 @@ class UserPadController extends Controller ...@@ -376,6 +376,13 @@ class UserPadController extends Controller
} }
} }
} }
else
{
foreach ($valoresAnexo as $nome => $valor)
{
$treatedAnexo[$valor] = $ANEXOPLACEHOLDER;
}
}
date_default_timezone_set("America/Recife"); date_default_timezone_set("America/Recife");
$dateTime = now()->format('d-m-Y (H:i:s)'); $dateTime = now()->format('d-m-Y (H:i:s)');
......
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