diff --git a/htdocs/telephonie/facturation/index.php b/htdocs/telephonie/facturation/index.php index 6aab0df86a3..0e9d7222d72 100644 --- a/htdocs/telephonie/facturation/index.php +++ b/htdocs/telephonie/facturation/index.php @@ -26,7 +26,6 @@ require_once DOL_DOCUMENT_ROOT.'/telephonie/fournisseurtel.class.php'; if (!$user->rights->telephonie->facture->ecrire) accessforbidden(); - if ( $_POST["sendit"] && $conf->upload != 0) { if ($_POST['fournisseur'] > 0) @@ -106,10 +105,10 @@ foreach ($fourns as $key => $value) } $obj = new FacturationImportCdr($db); -$nb = $obj->CountDataImport(); +$nbcdr = $obj->CountDataImport(); print "
| Autres actions | |
| Vider la table des CDR a traiter | Vider |