der
This commit is contained in:
parent
d9184ba577
commit
20caea0088
|
|
@ -56,11 +56,6 @@ class ControleurAjaxmouvementassurevalider extends Controleur {
|
|||
|
||||
$mouvementassure = $this->mouvementassure->getMouvementassureID($idMvtTemp);
|
||||
|
||||
$traite = $mouvementassure['traite'];
|
||||
|
||||
var_dump($traite);
|
||||
//die();
|
||||
|
||||
$this->genererVueAjax(array('idMvtTemp' => $idMvtTemp, 'mouvementassure' => $mouvementassure));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</td>
|
||||
<td style="border-top: none;">
|
||||
<div class="form-group" style="margin-bottom: 0;">
|
||||
<?php if($traite == "1"):?>
|
||||
<?php if($traite == "0"):?>
|
||||
<textarea class="form-control"
|
||||
placeholder="<?= _("Saisie obligatoire...");?>"
|
||||
name="motif"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user