This commit is contained in:
KANE LAZENI 2026-07-09 10:50:01 +00:00
parent 72dfe7d4bc
commit d9f2b2aca3

View File

@ -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; ?>