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

Geração de placeholder de anexo B em PDF

No related merge requests found
Showing with 7 additions and 0 deletions
+7 -0
......@@ -376,6 +376,13 @@ class UserPadController extends Controller
}
}
}
else
{
foreach ($valoresAnexo as $nome => $valor)
{
$treatedAnexo[$valor] = $ANEXOPLACEHOLDER;
}
}
date_default_timezone_set("America/Recife");
$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