Fix bad test
This commit is contained in:
parent
f3a630fd30
commit
203c4e8082
@ -1611,7 +1611,7 @@ if ((empty($conf->global->PRODUIT_CUSTOMER_PRICES) || $action == 'showlog_defaul
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Line for default price
|
// Line for default price
|
||||||
if ($object->price_base_type == 'HT') {
|
if ($objp->price_base_type == 'HT') {
|
||||||
$pu = $objp->price;
|
$pu = $objp->price;
|
||||||
} else {
|
} else {
|
||||||
$pu = $objp->price_ttc;
|
$pu = $objp->price_ttc;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user