Skip to content
Snippets Groups Projects
Commit 411bb993 authored by Christophe Battarel's avatar Christophe Battarel
Browse files

correct path to price.lib.php

parent bd054953
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ function getMarginInfos($pvht, $remise_percent, $tva_tx, $localtax1_tx, $localta
else
$paht_ret = $paht;
require_once(DOL_DOCUMENT_ROOT.'/lib/price.lib.php');
require_once(DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php');
// calcul pu_ht remiss
$tabprice=calcul_price_total(1, $pvht, $remise_percent, $tva_tx, $localtax1_tx, $localtax2_tx, 0, 'HT', $objp->info_bits);
$pu_ht_remise = $tabprice[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment