Commit 05932660cfaa4c4c6c750f1aad91aa497582416e

Authored by Robert Ferraz
1 parent 5b14c041
Exists in 2.9 and in 1 other branch 2.8

Corrige id do afastamento na relação com os arquivos

ieducar/intranet/educar_servidor_afastamento_cad.php
... ... @@ -488,7 +488,7 @@ return new class() extends clsCadastro
488 488 $file->originalName,
489 489 $file->extension,
490 490 EmployeeWithdrawal::class,
491   - $cadastrou
  491 + $withdrawal->getKey()
492 492 );
493 493 }
494 494 }
... ...