From a1a431e9268efd2f0ccd3e84d6e10ca5acccbca4 Mon Sep 17 00:00:00 2001 From: Tiavina Date: Thu, 13 Feb 2025 12:48:47 +0300 Subject: [PATCH] document comptable when update date paiement on facture --- gestion/lib/Controller/PageController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/lib/Controller/PageController.php b/gestion/lib/Controller/PageController.php index 5050df3..5dd64eb 100644 --- a/gestion/lib/Controller/PageController.php +++ b/gestion/lib/Controller/PageController.php @@ -1465,8 +1465,8 @@ class PageController extends Controller { $datecourant = $facturecourant->date_paiement; $nouveaudate = $data; $result = $this->myDb->gestion_update($table, $column, $data, $id, $this->idNextcloud); - $this->generer_document_comptable($datecourant); - $this->generer_document_comptable($nouveaudate); + // $this->generer_document_comptable($datecourant); + // $this->generer_document_comptable($nouveaudate); } else { if(strcmp($column, 'date')==0) { if(strcmp($table, 'facture')){