From 22c6b596a741009994eae323190b5acfbce41126 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 20 Apr 2018 15:56:10 +0200 Subject: [PATCH] Remove dead code --- htdocs/societe/paymentmodes.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index c149d16b0f1..fe1456fd820 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -1256,13 +1256,6 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' print $formfile->showdocuments('company', $object->id, $filedir, $urlsource, $genallowed, $delallowed, $object->modelpdf, 0, 0, 0, 28, 0, 'entity='.$object->entity, 0, '', $object->default_lang); // Show direct download link - /* - $conf->global->THIRDPARTY_ALLOW_EXTERNAL_DOWNLOAD=1; - if (! empty($conf->global->THIRDPARTY_ALLOW_EXTERNAL_DOWNLOAD)) - { - print '
eee'."\n"; - print showDirectDownloadLink($object).'
'; - }*/ if (! empty($conf->global->BANK_ACCOUNT_ALLOW_EXTERNAL_DOWNLOAD)) { $companybankaccounttemp = new CompanyBankAccount($db);