mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
Bugfix
This commit is contained in:
@@ -444,7 +444,7 @@ function calcul($db, $ligne, $facture_id, &$total_cout_achat, &$total_cout_vente
|
||||
|
||||
$comms = array();
|
||||
|
||||
$sql = "SELECT t.idx, t.fk_ligne, t.montant, t.duree, t.num, t.date, t.heure, t.dest";
|
||||
$sql = "SELECT t.idx, t.fk_ligne, t.ligne, t.montant, t.duree, t.num, t.date, t.heure, t.dest";
|
||||
$sql .= " , t.fichier, t.fk_fournisseur";
|
||||
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_import_cdr as t";
|
||||
$sql .= " WHERE t.fk_ligne = ".$ligne->id;
|
||||
|
||||
Reference in New Issue
Block a user