mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Typo
This commit is contained in:
parent
6465aefff7
commit
9427b4e051
|
|
@ -1169,7 +1169,7 @@ class FormCompany extends Form
|
|||
url: \'' . DOL_URL_ROOT . '/core/ajax/ajaxstatusprospect.php\',
|
||||
data: { id: statusid, prospectid: prospectid, token: \''. newToken() .'\', action: \'updatestatusprospect\' },
|
||||
success: function(response) {
|
||||
console.log(response.img);
|
||||
console.log(response.img);
|
||||
image.replaceWith(response.img);
|
||||
},
|
||||
error: function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user