a
This commit is contained in:
parent
37ca19f7f2
commit
7b6fca5db5
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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 ?>" >
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user