Skip to content
Snippets Groups Projects
Commit 7d6c8916 authored by Florian Henry's avatar Florian Henry
Browse files

Fix [ bug #789 ] VAT not being calculated in POS

parent 67b80324
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ class Facturation
}
// Define part of HT, VAT, TTC
$resultarray=calcul_price_total($this->qte,$this->prix(),$this->remisePercent(),$vat_rate,0,0,0,'HT',$product->type,0);
$resultarray=calcul_price_total($this->qte,$this->prix(),$this->remisePercent(),$vat_rate,0,0,0,'HT',0,$product->type,0);
// Calcul du total ht sans remise
$total_ht = $resultarray[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment