This commit is contained in:
KANE LAZENI 2026-07-28 22:01:16 +00:00
parent 37ca19f7f2
commit 7b6fca5db5
2 changed files with 3 additions and 6 deletions

View File

@ -12126,17 +12126,11 @@ function facturer_sea_cso(user_id)
data: donnees_substitut,
success: function(data)
{
// $('#div_test_gabarit').html(data);
// KANE 17/03/2025 => ne pas envoyer de SMS d'alerte de facturation
// preparesms_adherent(typeSms);
},
error: function(data) {
},
complete: function()
{
// KANE 17/03/2025 => ne pas envoyer de mail d'alerte de facturation
// preparemail_adherent(typeSms);
v_msg="Facturation effectu\u00e9e avec succès!";
v_msgEng="Billing done successfully!";
alert_ebene(v_msg, v_msgEng);

View File

@ -29,6 +29,9 @@
</script>
numeroBonSeance
<input numeroBonSeance value="<?= $_SESSION['p_numeroBonSeance_C'] ?>">
<input class="sr-only" type="text" id="badcodeGestionBon" name="badcodeGestionBon" value= "<?= $badcodeGestionBon ?>" >
<input class="sr-only" type="text" id="codeGestionBon" name="codeGestionBon" Value="<?= $codeGestionBon ?>" >
<input class="sr-only" type="text" id="nbBonsCons" name="nbBonsCons" Value="<?= $nbBonsCons ?>" >