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

Update card.php

parent 614a0f20
Branches
Tags
No related merge requests found
......@@ -636,7 +636,7 @@ if (empty($reshook))
$pu_ht = price($prodcustprice->lines [0]->price);
$pu_ttc = price($prodcustprice->lines [0]->price_ttc);
$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