fix change type in clientType
This commit is contained in:
parent
a278022748
commit
7685461442
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,6 +23,7 @@ pnpm-debug.log*
|
||||
# Fichiers d'environnement
|
||||
.env
|
||||
.env.*.local
|
||||
docker-compose.yml
|
||||
|
||||
# Fichiers système / IDE
|
||||
.DS_Store
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user