Skip to content

Commit

Permalink
fix: correção para campo de unidade em restrição de envio
Browse files Browse the repository at this point in the history
Campode id da unidade do Tramita deve receber null quando o mapeamento for apenas para estruturas
  • Loading branch information
Mauro1706 committed Nov 6, 2024
1 parent b5f5640 commit fd3f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/sei_atualizar_versao_modulo_pen.php
Original file line number Diff line number Diff line change
Expand Up @@ -2813,7 +2813,7 @@ protected function instalarV3070()
'id_unidade_rh' => array($objMetaRestricaoBD->tipoNumeroGrande(), PenMetaBD::NNULLO),
'id_unidade_restricao' => array($objMetaRestricaoBD->tipoNumeroGrande(), PenMetaBD::NNULLO),
'nome_unidade_restricao' => array($objMetaRestricaoBD->tipoTextoVariavel(255), $SNULLO),
'id_unidade_rh_restricao' => array($objMetaRestricaoBD->tipoNumeroGrande(), PenMetaBD::NNULLO),
'id_unidade_rh_restricao' => array($objMetaRestricaoBD->tipoNumeroGrande(), $SNULLO),
'nome_unidade_rh_restricao' => array($objMetaRestricaoBD->tipoTextoVariavel(255), $SNULLO),
),
'pk' => array('cols' => array('id')),
Expand Down

0 comments on commit fd3f344

Please sign in to comment.