Auto-commit for deploy to production - 2026-02-09 17:53:11

This commit is contained in:
2026-02-09 17:53:11 +01:00
parent 54c8503ed1
commit 5eb1aec8ff
+4
View File
@@ -1,6 +1,10 @@
<?php <?php
// modules/budget/views/suivi.php // modules/budget/views/suivi.php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
// ============================================================================ // ============================================================================
// 1. RÉCUPÉRATION DES BUDGETS PRÉVISIONNELS (Dynamique) // 1. RÉCUPÉRATION DES BUDGETS PRÉVISIONNELS (Dynamique)
// ============================================================================ // ============================================================================