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: | SIGAFIS - Livros Fiscais |
---|
Função: | M460SOLI.PRW |
---|
Ticket: | 8882345 |
---|
Requisito/Story/Issue (informe o requisito relacionado) : | DSERFIS1-21799 |
---|
02. SITUAÇÃO/REQUISITO
Ao gerar a planilha financeiro de um pedido de venda, que não exista um relacionamento na tabela UF x UF, é apresentado uma tela de errorlog ( " variable does not exist _NBFCPST on T_M460SOLI(M460SOLI.PRW) 28/07/2020 13:55:21 line : 247 " )
03. SOLUÇÃO
Foi implementado uma correção para que se inicialize a variável no começo da rotina.
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>
|