Fix travis

This commit is contained in:
Alexandre SPANGARO 2019-08-26 13:54:46 +02:00
parent 7cb68d6438
commit 20e2180de4

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";