Commit ff42b1ea5ce71ad4f22ecef4ab7a6cb317372cef

Authored by Guilherme Del Cantoni
2 parents c63849d9 51f222b5

Merge branch 'MarceloSEIv3.0.12' into 'master'

Marcelo se iv3.0.12

Permite que o Barramento seja executado na v3.0.12 do SEI.
Esteira de testes rodou completa no Mysql

Bugs Conhecidos:
- no sqlserver há um bug no SEI (código v3.0.12) e estamos aguardando a correção pelo TRF4

See merge request !5
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
PENIntegracao.php
... ... @@ -2,7 +2,7 @@
2 2  
3 3 class PENIntegracao extends SeiIntegracao {
4 4  
5   - const COMPATIBILIDADE_MODULO_SEI = array('3.0.5', '3.0.6', '3.0.7', '3.0.8', '3.0.9', '3.0.11');
  5 + const COMPATIBILIDADE_MODULO_SEI = array('3.0.5', '3.0.6', '3.0.7', '3.0.8', '3.0.9', '3.0.11', '3.0.12');
6 6  
7 7 private static $strDiretorio;
8 8  
... ...