Skip to content

Commit

Permalink
Merge pull request #1933 from atm-maxime/3.5
Browse files Browse the repository at this point in the history
Fix : tva not coming from multiprice
  • Loading branch information
eldy committed Oct 3, 2014
2 parents 959d463 + 920c9c7 commit d455ee7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions htdocs/comm/propal.php
Expand Up @@ -738,8 +738,6 @@
$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
{
Expand Down
2 changes: 0 additions & 2 deletions htdocs/commande/fiche.php
Expand Up @@ -686,8 +686,6 @@
$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
{
Expand Down
2 changes: 0 additions & 2 deletions htdocs/compta/facture.php
Expand Up @@ -1262,8 +1262,6 @@
$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
{
Expand Down

0 comments on commit d455ee7

Please sign in to comment.