This commit simplifies the cancellation cause logic by removing references to 'modif' and updating related localization keys to focus on 'annule' and 'transfert'. CSS comments and SQL scripts are also adjusted to reflect these changes, enhancing clarity and consistency in the user interface. The version code is incremented to 4.72.773 to reflect these updates.
8 lines
352 B
SQL
8 lines
352 B
SQL
-- MSIN-4405 — Retrait du statut « modifiée (changement d'épreuve) » (cause non fiable)
|
|
-- Désactive les clés i18n modif ; fxGetAnnulationCause ne retourne plus que annule | transfert
|
|
-- Idempotent
|
|
|
|
UPDATE info SET info_actif = 0
|
|
WHERE info_clef IN ('inscr_gestion_statut_modif', 'bib_v4_anomalies_orphan_modif')
|
|
AND info_prg = 'compte.php';
|