Fix Broken Updating asset noted in asset details modal

This commit is contained in:
johnnyq
2025-11-17 13:51:19 -05:00
committed by Mike Johnston
parent d1cb20150b
commit bee9b64af3

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 // Send a POST request to ajax.php as ajax.php with data contact_set_notes=true, contact_id=NUM, notes=NOTES
jQuery.post( jQuery.post(
"../ajax.php", "ajax.php",
{ {
asset_set_notes: 'TRUE', asset_set_notes: 'TRUE',
asset_id: asset_id, asset_id: asset_id,