a
This commit is contained in:
parent
15f785e17f
commit
a60f9f2689
|
|
@ -20,24 +20,6 @@
|
|||
|
||||
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
||||
<tbody>
|
||||
<!--
|
||||
<tr>
|
||||
<td width="5%" > <?= _("Souscrip.") ?> </td>
|
||||
<td width="20%">
|
||||
<INPUT style='text-align:center; font-size:11pt;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
||||
value="<?= $_SESSION['p_nomClient_C'] ?>" onChange="" readonly >
|
||||
</td>
|
||||
|
||||
<td width="5%" align="center" > <?= _("Adh.") ?> </td>
|
||||
<td width="20%" > <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_adherent_C']; ?>" readonly style="text-align: center; font-size:9pt;" > </td>
|
||||
|
||||
<td width="5%" align="center"> <?= _("Bénéf.") ?> </td>
|
||||
<td width="25%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_beneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
||||
|
||||
<td width="7%" align="center"> <?= _("Tél Bénéf.") ?> </td>
|
||||
<td width="13%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_telephonePortableBeneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<td >
|
||||
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
||||
|
|
@ -202,13 +184,7 @@
|
|||
</div>
|
||||
|
||||
<div id="livraison">
|
||||
<!--
|
||||
<input class="sr-only" id="statutBIO" name="statutBIO" type="text" value= "<?= $statutBIO ?>">
|
||||
<input class="sr-only" id="statutIMA" name="statutIMA" type="text" value= "<?= $statutIMA ?>">
|
||||
<input class="sr-only" id="statutEXA" name="statutEXA" type="text" value= "<?= $statutEXA ?>">
|
||||
-->
|
||||
<?php if($facture == "0") : ?>
|
||||
|
||||
<div id="div_messages">
|
||||
</div>
|
||||
|
||||
|
|
@ -229,6 +205,7 @@
|
|||
</table>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id="non_livre">
|
||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
|
||||
<thead>
|
||||
|
|
@ -251,25 +228,13 @@
|
|||
$idNonLivre=$this->nettoyer($detailnonlivre['id']);
|
||||
$valeurActe = $this->nettoyer($detailnonlivre['valeurActe']);
|
||||
$ententePrealable = $this->nettoyer($detailnonlivre['ententePrealable']);
|
||||
|
||||
|
||||
$codeActe = $this->nettoyer($detailnonlivre['codeActe']);
|
||||
|
||||
$libelleActe = $this->nettoyer($detailnonlivre['libelleActe']);
|
||||
|
||||
/*
|
||||
if($actVisible!="1")
|
||||
{
|
||||
$libelleActe = $codeActe;
|
||||
}
|
||||
*/
|
||||
|
||||
$codeGarantie = $this->nettoyer($detailnonlivre['codeGarantie']);
|
||||
|
||||
$tarif = $this->nettoyer($detailnonlivre['tarif']);
|
||||
?>
|
||||
<tr valign="top">
|
||||
<?php if($valeurActe=="0") : ?>
|
||||
<?php if($valeurActe=="0" && $prixActeModifiable=="0") : ?>
|
||||
<td width="5%" align='center'> </td>
|
||||
<?php else: ?>
|
||||
<?php if($ententePrealable=='2'): ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user