a
This commit is contained in:
parent
72dfe7d4bc
commit
d9f2b2aca3
|
|
@ -141,22 +141,17 @@
|
|||
onChange="ajax_maj_qte_acte_proformahospitalisation('<?=$idPrestationactes?>', this.value, this);" onBlur="controle_numerique(this);">
|
||||
</td>
|
||||
<?php else: ?>
|
||||
<td align='center' width="8%">
|
||||
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($prestation['quantite']) ?>"
|
||||
disabled>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<td align='center' width="8%">
|
||||
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($prestation['quantite']) ?>"
|
||||
disabled>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<td align='center' width="8%">
|
||||
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($prestation['quantite']) ?>"
|
||||
disabled>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
|
||||
<td align='center'> <?= format_N($this->nettoyer($prestation['prixManuel'])) ?></td>
|
||||
|
||||
<td align='center'> <?= format_N($this->nettoyer($prestation['prixManuel'])) ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user