This commit is contained in:
KANE LAZENI 2026-04-30 08:56:57 +00:00
parent f00a589874
commit e3f05ebef7
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<?php
require_once 'Societeusercentral.php';
require_once 'Crongenererfacturesaas.php';

View File

@ -16,8 +16,6 @@ class Genererfacturesaascron extends Modele {
public function envoyer_notification_facture_saas_mois($codeSociete, $smsNotificationSaas, $mailNotificationSaas)
{
// $datefacture = date('Y-m-d');
$sql = 'call sp_envoyer_notification_facture_saas_mois(?, ?, ?)';
$this->executerRequete($sql, array($codeSociete, $smsNotificationSaas, $mailNotificationSaas));