01. DADOS GERAIS
Produto: | Solucoes_totvs_cross |
---|
SolucaoCross | TOTVS Backoffice |
---|
|
Solucoes_totvs_parceirosexptotvs |
---|
|
|
---|
Linha de Produto: | Linhas_totvs |
---|
Segmento | Distribuição |
---|
Region | Construção Projetos |
---|
Linha | Linha Protheus |
---|
|
|
---|
Segmento: | |
---|
Módulo: | Livros Fiscais (SIGAFIS) |
---|
Função: | FISA031.prw |
---|
Ticket: | 9854736 |
---|
Requisito/Story/Issue (informe o requisito relacionado) : | DSERFIS1-22869 |
---|
02. SITUAÇÃO/REQUISITO
Ao tentar fazer a inclusão de uma nova solicitação no RECOPI (FISA031) é apresentado error.log : "array out of bounds [1] of [0] on FISA031SOL(FISA031.PRW)".
03. SOLUÇÃO
Tratamento realizado para que ao incluir uma nova solicitação no RECOPI o sistema não gere error.log.
Não há.
05. ASSUNTOS RELACIONADOS
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>
|