</li> <li> <a href="cadastro.grupos.php">Grupos</a> <span class="divider">/</span> </li> <li class="active">Editar Grupo</li> </ul>'; //recuperacao do grupo $oGrupo = new Grupo(); $oMoeda = new Moeda(); $oStatusGrupo = new StatusGrupo(); $tpl->ACAO = "Incluir"; $idMoedaAtual = 0; $idEstatusAtual = 0; if (isset($_REQUEST['idGrupo'])) { $oGrupo->getById($oGrupo->md5_Decrypt($_REQUEST['idGrupo'])); $tpl->nomePacote = $oGrupo->nomePacote; $tpl->dataEmbarque = $oGrupo->convdata($oGrupo->dataEmbarque, 'mtn'); $tpl->dataChegada = $oGrupo->convdata($oGrupo->dataChegada, 'mtn'); $tpl->valorPacote = $oGrupo->money($oGrupo->valorPacote, 'atb'); $tpl->valorTaxaEmbarque = $oGrupo->money($oGrupo->valorTaxaEmbarque, 'atb'); $tpl->valorAdesao = $oGrupo->money($oGrupo->valorAdesao, 'atb'); $tpl->valorCusto = $oGrupo->money($oGrupo->valorCusto, 'atb'); $tpl->cotacaoCusto = $oGrupo->money($oGrupo->cotacaoCusto, 'atb'); $tpl->ano = $oGrupo->ano; $idMoedaAtual = $oGrupo->moeda->id; $idEstatusAtual = $oGrupo->status->id; //$tpl->possuiPacoteOpcional = $oGrupo->possuiPacoteOpcional; $tpl->nomePacoteOpcional = $oGrupo->nomePacoteOpcional; $tpl->valorPacoteOpcional = $oGrupo->money($oGrupo->valorPacoteOpcional, 'atb'); $tpl->valorTaxaEmbarqueOpcional = $oGrupo->money($oGrupo->valorTaxaEmbarqueOpcional, 'atb');