Autosave: 20260522-181929

This commit is contained in:
Flatlogic Bot 2026-05-22 18:19:30 +00:00
parent 7df520a3f9
commit b959c55838
5 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

View File

@ -39,7 +39,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$message = '<div class="alert alert-success">Configuración actualizada correctamente.</div>';
}
$stmt = $db->query("SELECT * FROM configuracion_costos");
$stmt = $db->query("SELECT clave, valor FROM configuracion_costos");
$config = $stmt->fetchAll(PDO::FETCH_KEY_PAIR);
$pageTitle = 'Configuración de Rentabilidad';