Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

01. DADOS GERAIS

Linha de Produto:Microsiga Protheus
Segmento:Recursos Humanos
Módulo:Gestão de Pessoal
Função:GPEM026.PRW
Issue:

DRHESOCP-11357

Pacotes:


02. SITUAÇÃO/REQUISITO

Ao efetuar a exclusão de dois ou mais afastamentos simultaneamente pelo cadastro de ausência, é apresentado o erro: ERRO[000001]: Extra content at the end of the document [xmlParseMemory]Failed Parse XML.

03. SOLUÇÃO

Ajustada a rotina (fonte GPEM026.PRW) para realizar a exclusão de cada item separadamente e integrá-los com o TAF.


Templatedocumentos


HTML
<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}
</style>