01. DADOS GERAIS

Linha de Produto:TOTVS Varejo Food Services
Segmento:Food Service
Módulo:Venda
Função:Recebimento
Ticket:7698081
Requisito/Story/Issue :6226


02. SITUAÇÃO/REQUISITO

Remover o botão "Gaveta (Sem imprimir) F5" das telas de recebimento.

03. SOLUÇÃO

        Feito o ajuste, agora ao acessar as telas de recebimentos não será mais apresentado o botã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>