| Linha de Produto: | Datasul |
|---|---|
| Segmento: | Plataforma TOTVS RH |
| Módulo: | Folha de Pagamento |
| Função: | FR9824 - Gerar Mensagem Desligamento/Pagamento de Rescisão |
| Ticket: | 7505629 |
| Requisito/Story/Issue (informe o requisito relacionado) : | DTSESOCIAL01-14787 |
Quando tenho uma mensagem S-1210 (rescisão) de retificação está gravando a tag nrRecArq no xml.
Alterado o FR9824 para obedecer a seguinte regra quando gerar o S-1210 de rescisão:
<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;
}
.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after {
background: #FF9900; !important
}
.menu-item.active-tab {
border-bottom: none !important;
}
</style>
|