Created
March 3, 2020 17:23
-
-
Save camilamoreiradev/f3077ab361d05aa49ec8fdac014273e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//CHAVE RANDÔMICA | |
$keyRandomic = array_keys($_SESSION["sc_session"])[0]; | |
//VERIFICAR QUAL É O CLIENTE | |
if([glo_idcliente] == 1) { | |
$_SESSION["sc_session"][$keyRandomic][$this->Ini->nm_cod_apl]["field_order"] = array("fichapaciente", "cpf", "nome", "dt_aniversario", "cidade", "estado", "complemento"); | |
} else { | |
$_SESSION["sc_session"][$keyRandomic][$this->Ini->nm_cod_apl]["field_order"] = array("fichapaciente", "nome", "cpf", "dt_aniversario", "cidade", "estado", "complemento"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment