Update api_thirdparties.class.php

This commit is contained in:
Frédéric FRANCE 2018-09-19 18:47:59 +02:00 committed by GitHub
parent 9ee88e9d35
commit 237f888356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1237,7 +1237,7 @@ class Thirdparties extends DolibarrApi
if($result->num_rows == 0 ){
throw new RestException(404, 'Account not found');
}
}
$i=0;