Correction après mise en prod
This commit is contained in:
parent
de77dcd907
commit
8869202403
@ -9,7 +9,7 @@
|
||||
|
||||
<h1 class="titre">PROFIL UTILISATEUR</h1>
|
||||
|
||||
<form id="moncompte" name="moncompte" action="/user" method="post">
|
||||
<form id="moncompte" name="moncompte" action="/dashboard/user" method="post">
|
||||
|
||||
<div class="paragraph">
|
||||
|
||||
@ -207,7 +207,7 @@ $opts = array(0 =>'Non', 1=>'Oui');
|
||||
foreach($opts as $opt => $lib)
|
||||
{
|
||||
$selected = '';
|
||||
if($opt == $this->options['accesWs']) $selected = 'selected';
|
||||
if($opt == $this->options['accesWS']) $selected = 'selected';
|
||||
?><option value="<?=$opt?>" <?=$selected?>><?=$lib?></option><?php
|
||||
}
|
||||
?>
|
||||
|
@ -799,7 +799,7 @@ class Menu
|
||||
switch($action){
|
||||
case 'indiscore':
|
||||
$session = new SessionEntreprise(null);
|
||||
$params['siret'] = $session->getSiretSiege();
|
||||
$params['siret'] = $session->getSiren();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user