Fixing style errors.

This commit is contained in:
stickler-ci 2020-05-14 09:38:27 +00:00
parent 36b63ed921
commit e3afa65880

View File

@ -1265,7 +1265,7 @@ if ($resql)
{
$objp = $db->fetch_object($resultp);
if ($obj->price_base_type == 'TTC') print price($objp->price_ttc).' '.$langs->trans("TTC");
else print price($objp->price).' '.$langs->trans("HT");
else print price($objp->price).' '.$langs->trans("HT");
$db->free($resultp);
} else {
dol_print_error($db);