|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/logmcpe/www/TEST/../TMCPRO/pages/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
include 'includes/config_tmcpro.php' ;
include 'includes/stable_functions_tmcpro.php' ;
if( isset($_POST['presta_Hdeb']) && isset($_POST['presta_Hfin']) ){
$presta_Hduree = calcul_duree( $_POST['presta_Hdeb'],$_POST['presta_Hfin']);
if( $presta_Hduree == $_POST["presta_Hduree_Old"] ){
?>
<?php } else { ?>
<label for="inputsociete">Facture</label>
<select required class="form-control" name="facture" id="facture">
<option value="" selected> -------------------- </option>
<option value="1" > Facturer </option>
<option value="0" > Ne pas facturer</option>
</select>
<?php }
}elseif( isset($_POST['del']) ){ ?>
<label for="inputsociete">Facture</label>
<select required class="form-control" name="facture" id="facture">
<option value="" selected> -------------------- </option>
<option value="1" > Facturer </option>
<option value="0" > Ne pas facturer</option>
</select>
<?php } ?>