a
This commit is contained in:
parent
f00a589874
commit
e3f05ebef7
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
require_once 'Societeusercentral.php';
|
||||
require_once 'Crongenererfacturesaas.php';
|
||||
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user