Update stripe.class.php
removed space in line 95
This commit is contained in:
parent
3c706ae28a
commit
22c661be9f
@ -92,7 +92,7 @@ class Stripe extends CommonObject
|
|||||||
if ($fk_soc > 0) {
|
if ($fk_soc > 0) {
|
||||||
$sql.= " AND fk_soc = ".$fk_soc;
|
$sql.= " AND fk_soc = ".$fk_soc;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$sql.= " AND fk_soc IS NULL";
|
$sql.= " AND fk_soc IS NULL";
|
||||||
}
|
}
|
||||||
$sql.= " AND fk_user IS NULL AND fk_adherent IS NULL";
|
$sql.= " AND fk_user IS NULL AND fk_adherent IS NULL";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user