forked from Wavyzz/dolibarr
Fix: [ bug #247 ] Statistiques: Montant HT ou TTC
This commit is contained in:
@@ -66,7 +66,7 @@ class PropaleStats extends Stats
|
||||
$this->from = MAIN_DB_PREFIX.$object->table_element." as p";
|
||||
$this->from.= ", ".MAIN_DB_PREFIX."societe as s";
|
||||
|
||||
$this->field='total';
|
||||
$this->field='total_ht';
|
||||
|
||||
$this->where.= " fk_statut > 0";
|
||||
$this->where.= " AND p.fk_soc = s.rowid AND s.entity = ".$conf->entity;
|
||||
|
||||
Reference in New Issue
Block a user