If multiprice level is used the VAT on addline is not correct

This commit is contained in:
Florian HENRY
2014-06-18 10:56:38 +02:00
parent 7f92031583
commit 0645189432
4 changed files with 7 additions and 0 deletions

View File

@@ -686,6 +686,8 @@ else if ($action == 'addline' && $user->rights->commande->creer)
$pu_ttc = $prod->multiprices_ttc[$object->client->price_level];
$price_min = $prod->multiprices_min[$object->client->price_level];
$price_base_type = $prod->multiprices_base_type[$object->client->price_level];
$tva_tx=$prod->multiprices_tva_tx[$object->client->price_level];
$tva_npr ==$prod->multiprices_recuperableonly[$object->client->price_level];
}
else
{