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
|
# Fichiers d'environnement
|
||||||
.env
|
.env
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
docker-compose.yml
|
||||||
|
|
||||||
# Fichiers système / IDE
|
# Fichiers système / IDE
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@ -3086,7 +3086,7 @@ class PageController extends Controller
|
|||||||
$clientId = $data['clientId'] ?? null;
|
$clientId = $data['clientId'] ?? null;
|
||||||
$month = $data['month'] ?? null;
|
$month = $data['month'] ?? null;
|
||||||
$year = $data['year'] ?? null;
|
$year = $data['year'] ?? null;
|
||||||
$filterType = $data['type'] ?? 'client';
|
$filterType = $data['clientType'] ?? 'client';
|
||||||
$montant = $data['montant'] ?? null;
|
$montant = $data['montant'] ?? null;
|
||||||
|
|
||||||
$devisFilename = $this->devisRecapService->generateDevisRecap(
|
$devisFilename = $this->devisRecapService->generateDevisRecap(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user