diff --git a/htdocs/don/admin/donation.php b/htdocs/don/admin/donation.php
index 7b0896134e0..6b4588536c9 100644
--- a/htdocs/don/admin/donation.php
+++ b/htdocs/don/admin/donation.php
@@ -322,24 +322,26 @@ print '
'.$langs->trans("Value")." | \n";
print ' | ';
print "\n";
+if (!empty($conf->societe->enabled)) {
+ print '';
+ print '| ';
+ print $langs->trans("DonationUseThirdparties");
+ print ' | ';
+ print '';
+ if ($conf->use_javascript_ajax) {
+ print ajax_constantonoff('DONATION_USE_THIRDPARTIES');
+ } else {
+ $arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes"));
+ print $form->selectarray("DONATION_USE_THIRDPARTIES", $arrval, $conf->global->DONATION_USE_THIRDPARTIES);
+ }
+ print " | \n";
+ print "
\n";
+}
+
print '