a
This commit is contained in:
parent
c54cf84000
commit
cc1b8844b8
|
|
@ -183,5 +183,3 @@
|
|||
<?php endif; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
<div id="infosacte" style='font-size:10pt;'>
|
||||
<?php
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
?>
|
||||
|
||||
<input class="sr-only" type="number" id="prixActe" name="prixActe" value="<?= $prixActe ?>">
|
||||
<input class="sr-only" type="number" id="prixBase" name="prixBase" value="<?= $prixBase ?>">
|
||||
<input class="sr-only" type="number" id="fraisReelBase" name="fraisReelBase" value="<?= $fraisReelBase ?>">
|
||||
|
|
@ -11,6 +13,7 @@
|
|||
<input class="sr-only" type="number" id="aRembourser" name="aRembourser" value="<?= $aRembourser ?>">
|
||||
<input class="sr-only" type="text" id="acteExclu" name="acteExclu" value="<?= $acteExclu ?>">
|
||||
<input class="sr-only" type="text" id="ententePrealableSea" name="ententePrealableSea" value="<?= $ententePrealable ?>">
|
||||
<input class="sr-only" number="text" id="prixSaisi" name="prixSaisi" value="<?= $prixActe ?>">
|
||||
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
|
|
@ -18,9 +21,22 @@
|
|||
<td width="16%" >
|
||||
<input class="form-control" style="font-size:10pt; border: 0; background: transparent; text-align:center;" type="text" value="<?= _("Prix Unitaire") ?>" readonly>
|
||||
</td>
|
||||
|
||||
<!--
|
||||
<td width="20%" >
|
||||
<input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
||||
</td>
|
||||
-->
|
||||
|
||||
<td width="20%" >
|
||||
<?php if($prixActeModifiable=="1") : ?>
|
||||
<input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
|
||||
<input id="prixActe_info" name="prixActe_info" class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
|
||||
<?php else: ?>
|
||||
<input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
||||
<input class="sr-only" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" >
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
<td width="15%" style="font-size:10pt; border: 0; background: transparent; text-align:center;"> <?= _("Nbre Séance") ?> </td>
|
||||
<td width="20%" >
|
||||
|
|
@ -55,4 +71,3 @@
|
|||
<H4> <?= _("NON COUVERT !") ?> </H4>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
@ -523,9 +523,9 @@
|
|||
<td width="20%" >
|
||||
<?php if($prixActeModifiable=="1") : ?>
|
||||
<input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
|
||||
<input class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
|
||||
<input id="prixActe_info" name="prixActe_info" class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
|
||||
<?php else: ?>
|
||||
<input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
||||
<input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
||||
<input class="sr-only" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" >
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user