Fix Broken Updating asset noted in asset details modal

This commit is contained in:
johnnyq 2025-11-17 13:51:19 -05:00
parent 02694f6720
commit 1aa6419b1b
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ ob_start();
// Send a POST request to ajax.php as ajax.php with data contact_set_notes=true, contact_id=NUM, notes=NOTES
jQuery.post(
"../ajax.php",
"ajax.php",
{
asset_set_notes: 'TRUE',
asset_id: asset_id,