Update stripe.class.php

removed space in line 95
This commit is contained in:
schhub 2019-08-23 10:26:07 +02:00 committed by GitHub
parent 3c706ae28a
commit 22c661be9f
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";