Skip to content
Snippets Groups Projects
Commit eb0d2cc5 authored by Florian Henry's avatar Florian Henry Committed by Juanjo Menent
Browse files

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

parent d3f29649
Branches
Tags
No related merge requests found
...@@ -118,7 +118,7 @@ class Facturation ...@@ -118,7 +118,7 @@ class Facturation
} }
// Define part of HT, VAT, TTC // 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 // Calcul du total ht sans remise
$total_ht = $resultarray[0]; $total_ht = $resultarray[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment