Client related modal and post move client_id get after post

This commit is contained in:
johnnyq
2026-03-07 11:48:56 -05:00
parent 60b6c245ef
commit c8273b2052
9 changed files with 13 additions and 11 deletions

View File

@@ -46,4 +46,3 @@ if (empty($install_date)) {
}
$notes = sanitizeInput($_POST['notes']);
$favorite = intval($_POST['favorite'] ?? 0);
$client_id = intval($_POST['client_id']);