df
This commit is contained in:
parent
4aaea4f98b
commit
720c3d6c4b
|
|
@ -41,12 +41,12 @@ class ControleurGedadherent extends Controleur {
|
||||||
$extension = '';
|
$extension = '';
|
||||||
|
|
||||||
if($codeNaturePiece == "AUT"){
|
if($codeNaturePiece == "AUT"){
|
||||||
$libelleDocument = $this->requete->getParametreFormulaire("libelleAutre");
|
$libelleType = $this->requete->getParametreFormulaire("libelleAutre");
|
||||||
}else{
|
}else{
|
||||||
$libelleDocument = $this->ged->getLibelleTypeDocument($codeNaturePiece);
|
$libelleType = $this->ged->getLibelleTypeDocument($codeNaturePiece);
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump(array($codeNaturePiece, $libelleDocument));
|
var_dump(array($codeNaturePiece, $libelleType));
|
||||||
die();
|
die();
|
||||||
|
|
||||||
if( !is_dir(TARGET) )
|
if( !is_dir(TARGET) )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user