Merge pull request #11749 from aspangaro/11.0_p1

Fix travis
This commit is contained in:
Laurent Destailleur 2019-08-26 15:59:30 +02:00 committed by GitHub
commit dd53d3d4a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ class Stripe extends CommonObject
if ($fk_soc > 0) {
$sql.= " AND fk_soc = ".$fk_soc;
}
else {
else {
$sql.= " AND fk_soc IS NULL";
}
$sql.= " AND fk_user IS NULL AND fk_adherent IS NULL";