verb updateDevisLigneTrajet

This commit is contained in:
Tiavina 2025-04-30 14:54:49 +03:00
parent e0aa628571
commit 16c6ac07a4
2 changed files with 2 additions and 2 deletions

View File

@ -209,6 +209,6 @@ return [
['name' => 'provider#sendEmailAttachment', 'url' => '/test-send-mail-attach', 'verb' => 'GET'], ['name' => 'provider#sendEmailAttachment', 'url' => '/test-send-mail-attach', 'verb' => 'GET'],
['name' => 'page#updateDevisLigneTrajet', 'url' => '/updateDevisLigneTrajet', 'verb' => 'GET'], ['name' => 'page#updateDevisLigneTrajet', 'url' => '/updateDevisLigneTrajet', 'verb' => 'POST'],
] ]
]; ];

View File

@ -2929,7 +2929,7 @@ class PageController extends Controller {
public function updateDevisLigneTrajet($idNextcloud ,$mois , $annee){ public function updateDevisLigneTrajet($idNextcloud ,$mois , $annee){
//get all devis id from month avril //get all devis id from month avril
if(!$idNextcloud || !$mois || !$mois){ if(!$idNextcloud || !$mois || !$mois){
return; return null;
} }