get client id for logging when adding recurring items

This commit is contained in:
johnnyq
2024-11-18 14:08:13 -05:00
parent c9b38b2b5f
commit 32158872b2
4 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,6 @@ if (isset($_POST['add_client'])) {
$_SESSION['alert_message'] = "Client <strong>$name</strong> created";
header("Location: clients.php");
exit;
}