Fix client delete

This commit is contained in:
wrongecho
2025-11-05 10:24:39 +00:00
parent 56f32a4da2
commit 49d3dbad9a
2 changed files with 3 additions and 3 deletions

View File

@@ -312,7 +312,7 @@ if (isset($_GET['delete_client'])) {
flash_alert("Client <strong>$client_name</strong> deleted along with all associated data", 'error');
redirect();
redirect('clients.php');
}