a
This commit is contained in:
parent
c2f85ecf1f
commit
0c95b0a533
|
|
@ -126,8 +126,6 @@ class ControleurAjaxdetaildentisterie extends Controleur {
|
||||||
$prixSaisi = $this->requete->getParametreFormulaire("prixSaisi", "numerique");
|
$prixSaisi = $this->requete->getParametreFormulaire("prixSaisi", "numerique");
|
||||||
|
|
||||||
$this->obs->majprixdentisterie($idDentisterie, $prixSaisi);
|
$this->obs->majprixdentisterie($idDentisterie, $prixSaisi);
|
||||||
|
|
||||||
// $this->executerAction("index");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -132,10 +132,6 @@
|
||||||
<td align='center'><?= $this->nettoyer($prestation['quantite']) ?></td>
|
<td align='center'><?= $this->nettoyer($prestation['quantite']) ?></td>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<td align='center'>
|
<td align='center'>
|
||||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
|
||||||
<?= format_N($this->nettoyer($prestation['valeurActe'])); ?>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<?php if($prixActeModifiable=="0") : ?>
|
<?php if($prixActeModifiable=="0") : ?>
|
||||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||||
<?= format_N($this->nettoyer($prestation['valeurActe'])); ?>
|
<?= format_N($this->nettoyer($prestation['valeurActe'])); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user