diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php index f2cb8c440c2..63da0be8677 100644 --- a/htdocs/adherents/subscription.php +++ b/htdocs/adherents/subscription.php @@ -854,7 +854,7 @@ if ($rowid > 0) { print '">'; // Complementary action - if (!empty($conf->banque->enabled) || !empty($conf->facture->enabled)) { + if ((!empty($conf->banque->enabled) || !empty($conf->facture->enabled)) && empty($conf->global->ADHERENT_SUBSCRIPTION_HIDECOMPLEMENTARYACTIONS)) { $company = new Societe($db); if ($object->fk_soc) { $result = $company->fetch($object->fk_soc);