Skip to content

Commit

Permalink
Merge pull request #11749 from aspangaro/11.0_p1
Browse files Browse the repository at this point in the history
Fix travis
  • Loading branch information
eldy committed Aug 26, 2019
2 parents 7cb68d6 + 20e2180 commit dd53d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/stripe/class/stripe.class.php
Expand Up @@ -92,7 +92,7 @@ public function getStripeAccount($mode = 'StripeTest', $fk_soc = 0)
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";
Expand Down

0 comments on commit dd53d3d

Please sign in to comment.