fix change type in clientType

This commit is contained in:
Tolotsoa 2025-09-03 09:34:57 +03:00
parent a278022748
commit 7685461442
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@ pnpm-debug.log*
# Fichiers d'environnement
.env
.env.*.local
docker-compose.yml
# Fichiers système / IDE
.DS_Store

View File

@ -3086,7 +3086,7 @@ class PageController extends Controller
$clientId = $data['clientId'] ?? null;
$month = $data['month'] ?? null;
$year = $data['year'] ?? null;
$filterType = $data['type'] ?? 'client';
$filterType = $data['clientType'] ?? 'client';
$montant = $data['montant'] ?? null;
$devisFilename = $this->devisRecapService->generateDevisRecap(