mirror of https://github.com/itflow-org/itflow
Fix Broken Updating asset noted in asset details modal
This commit is contained in:
parent
02694f6720
commit
1aa6419b1b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue