Feature: Favorites added to assets, Bulk Fav/unfav, adds favs to client overview

This commit is contained in:
johnnyq
2026-02-03 22:23:20 -05:00
parent f39e6ccbc9
commit 65d1f59e9b
14 changed files with 425 additions and 73 deletions

View File

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