Skip to content
Snippets Groups Projects
Commit f7294d5c authored by Charles Benke's avatar Charles Benke Committed by GitHub
Browse files

Update fiche-rec.php

parent 85c57e76
No related branches found
No related tags found
No related merge requests found
...@@ -504,7 +504,7 @@ if (empty($reshook)) ...@@ -504,7 +504,7 @@ if (empty($reshook))
$pu_ht = price($prodcustprice->lines[0]->price); $pu_ht = price($prodcustprice->lines[0]->price);
$pu_ttc = price($prodcustprice->lines[0]->price_ttc); $pu_ttc = price($prodcustprice->lines[0]->price_ttc);
$price_base_type = $prodcustprice->lines[0]->price_base_type; $price_base_type = $prodcustprice->lines[0]->price_base_type;
$prod->tva_tx = $prodcustprice->lines[0]->tva_tx; $tva_tx = $prodcustprice->lines[0]->tva_tx;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment