header("Content-type: text/html; charset=ISO-8859-1", true); if (!checklog()) { echo '<script>Ajax("wallpapers/index", "conteudo", "");</script>'; die; } if (!verifica_nivel('informacoes', 'L')) { echo $LANG['general']['you_tried_to_access_a_restricted_area']; die; } if (!verifica_nivel('informacoes', 'E')) { $disable = 'disabled'; } $clinica = new TClinica(); $clinica->LoadInfo(); if (isset($_POST['Salvar'])) { $_POST['cnpj'] = ajusta_cnpj($_POST['cnpj'], 1); $obrigatorios[1] = 'nomefantasia'; $obrigatorios[] = 'proprietario'; $i = $j = 0; foreach ($_POST as $post => $valor) { $i++; if (array_search($post, $obrigatorios) && $valor == "") { $j++; $r[$j] = '<font color="#FF0000">'; } } if (strlen($_POST['cnpj']) <= 11) { $cpfbool = true; } if (strlen($_POST['cnpj']) > 11 && strlen($_POST['cnpj']) <= 14) { $cpfbool = false;
$strLoCase = $LANG['suppliers']['editing']; $frmActEdt = "?acao=editar&codigo=" . $_GET[codigo]; $fornecedor->LoadFornecedores($_GET[codigo]); $row = $fornecedor->RetornaTodosDados(); $row[nascimento] = converte_data($row[nascimento], 2); $row[nascimentomae] = converte_data($row[nascimentomae], 2); $row[nascimentopai] = converte_data($row[nascimentopai], 2); $row[admissao] = converte_data($row[admissao], 2); $row[demissao] = converte_data($row[demissao], 2); if (strlen($row['cpf']) == 11 || $row['cpf'] == '') { $cpf_cnpj = 'cpf'; $row['cpf'] = ajusta_cpf($row['cpf'], 2); $chk['cpfcnpj']['cpf'] = 'checked'; } elseif (strlen($row['cpf']) == 14) { $cpf_cnpj = 'cnpj'; $row['cpf'] = ajusta_cnpj($row['cpf'], 2); $chk['cpfcnpj']['cnpj'] = 'checked'; } } else { /*if(checknivel('Dentista') || checknivel('Funcionario')) { die('<script>alert(\''.substr($frase_adm, 12).'\'); Ajax(\'fornecedores/gerenciar\', \'conteudo\', \'\')</script>'); }*/ if ($j == 0) { $row = ""; } else { $row = $_POST; } $strLoCase = $LANG['suppliers']['including']; } if (isset($strScrp)) { echo '<scr' . 'ipt>' . $strScrp . '</scr' . 'ipt>';