From eb8635e613e2f8a916b0f484a12c34b5d55c5298 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 11 Jun 2026 17:42:13 +0200 Subject: [PATCH] =?UTF-8?q?feat(overtime-contingent)=20:=20multiselect=20s?= =?UTF-8?q?ites=20pleine=20largeur=20+=20=C2=AB=20Ann=C3=A9e=20civile=20?= =?UTF-8?q?=C2=BB=20dans=20les=20titres=20d'export?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/pages/employees/index.vue | 1 + templates/night-hours-contingent/print.html.twig | 2 +- templates/overtime-contingent/print.html.twig | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/pages/employees/index.vue b/frontend/pages/employees/index.vue index 523e3ae..5db81ac 100644 --- a/frontend/pages/employees/index.vue +++ b/frontend/pages/employees/index.vue @@ -252,6 +252,7 @@ v-model="exportSiteIds" :options="siteOptions" label="Sites" + min-width="" /> diff --git a/templates/night-hours-contingent/print.html.twig b/templates/night-hours-contingent/print.html.twig index 0bd98a6..d562d7c 100644 --- a/templates/night-hours-contingent/print.html.twig +++ b/templates/night-hours-contingent/print.html.twig @@ -19,7 +19,7 @@ -

Contingent heures de nuit — {{ year }}

+

Contingent heures de nuit — Année civile {{ year }}

Édité le {{ exportedAt }}
{% set months = ['Janv', 'Févr', 'Mars', 'Avr', 'Mai', 'Juin', 'Juil', 'Août', 'Sept', 'Oct', 'Nov', 'Déc'] %} diff --git a/templates/overtime-contingent/print.html.twig b/templates/overtime-contingent/print.html.twig index 0efd2ea..9063703 100644 --- a/templates/overtime-contingent/print.html.twig +++ b/templates/overtime-contingent/print.html.twig @@ -18,7 +18,7 @@ -

Contingent heures supplémentaires payées — {{ year }}

+

Contingent heures supplémentaires payées — Année civile {{ year }}

Édité le {{ exportedAt }}
{% set months = ['Janv', 'Févr', 'Mars', 'Avr', 'Mai', 'Juin', 'Juil', 'Août', 'Sept', 'Oct', 'Nov', 'Déc'] %}