01. DADOS GERAIS
Linha de Produto: | Datasul |
---|
Segmento: | Plataforma TOTVS RH |
---|
Módulo: | Segurança do Trabalho |
---|
Função: | ST0590 - PPRA |
---|
Ticket: | 6966203 |
---|
Requisito/Story/Issue | DTSPONSMT01-1385 |
---|
02. SITUAÇÃO/REQUISITO
Ao gerar o relatório de PPRA pelo programa ST0590 ocorre o seguinte erro progress: *** No tt-funcionario record is available. (91)*.
03. SOLUÇÃO
Foi alterado o programa para não apresentar mais este erro.
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;
}
.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after {
background: #FF9900; !important
}
.menu-item.active-tab {
border-bottom: none !important;
}
</style>
|