$tpl->CAMBIO_DOLLAR_REAL = $oPag->money($oPag->cotacaoReal,"atb"); $tpl->VALOR_PAGAMENTO = $oPag->money($oPag->valorPagamento,"atb"); $tpl->block('BLOCK_PG_BANCO'); break; case $oTipoP->CREDITO() : if($oPag->creditoCliente != null) $idCredito = $oPag->creditoCliente->id; $rsm = $oCred->getRows(0,999,array(),array("cliente"=>"=".$oParticipante->cliente->id , "bitUtilizado"=>"=0")); if($idCredito != 0 && strlen($idCredito) > 0){ $oCredito = new Credito(); $oCredito->getById($idCredito); array_push($rsm,$oCredito); } foreach($rsm as $key => $row){ $tpl->ID_CREDITO = $row->id; $tpl->LABEL_CREDITO = $row->moeda->cifrao." ".$oCred->money($row->valor,"atb")." ".$row->moeda->plural."-".$oTipoP->money($row->cotacaoReal,"atb")."-".$oTipoP->convdata($row->data,"mtn"); if($idCredito == $row->id) $tpl->SELECTED_CREDITO = 'selected="selected"'; $tpl->block("BLOCK_CREDITO"); $tpl->clear("SELECTED_CREDITO"); } $tpl->CAMBIO_DOLLAR_REAL = $oPag->money($oPag->cotacaoReal,"atb"); $tpl->block('BLOCK_PG_CREDITO'); break; case $oTipoP->CARNE() : $oCarne = new Carne(); if($oPag->id != NULL){ $qtd = isset($_REQUEST['nparcela']) ? $_REQUEST['nparcela'] : $oPag->parcela; $tpl->PARCELA_CARNE = $qtd; for($i=1; $i <= $qtd; $i++){