Fixing style errors.
This commit is contained in:
parent
a87d9cd740
commit
c2dff7dfed
@ -1253,11 +1253,11 @@ if ($resql)
|
|||||||
{
|
{
|
||||||
$objp = $db->fetch_object($resultp);
|
$objp = $db->fetch_object($resultp);
|
||||||
print '<td class="right nowraponall">';
|
print '<td class="right nowraponall">';
|
||||||
if ($obj->tosell)
|
if ($obj->tosell)
|
||||||
{
|
{
|
||||||
if ($obj->price_base_type == 'TTC') print price($objp->price_ttc).' '.$langs->trans("TTC");
|
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");
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
$db->free($resultp);
|
$db->free($resultp);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user