Fix field total_ht
This commit is contained in:
parent
e23ddb383e
commit
2e862f815a
@ -71,7 +71,7 @@ class FactureStats extends Stats
|
|||||||
$object = new Facture($this->db);
|
$object = new Facture($this->db);
|
||||||
$this->from = MAIN_DB_PREFIX.$object->table_element." as f";
|
$this->from = MAIN_DB_PREFIX.$object->table_element." as f";
|
||||||
$this->from_line = MAIN_DB_PREFIX.$object->table_element_line." as tl";
|
$this->from_line = MAIN_DB_PREFIX.$object->table_element_line." as tl";
|
||||||
$this->field = 'total';
|
$this->field = 'total_ht';
|
||||||
$this->field_line = 'total_ht';
|
$this->field_line = 'total_ht';
|
||||||
}
|
}
|
||||||
if ($mode == 'supplier') {
|
if ($mode == 'supplier') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user