Responsive

This commit is contained in:
Laurent Destailleur
2018-07-12 18:05:33 +02:00
parent 4c65f4d498
commit 52dee71b39

View File

@@ -764,7 +764,7 @@ if ($resql)
// Sell price
if (! empty($arrayfields['p.sellprice']['checked']))
{
print '<td align="right">';
print '<td class="right nowraponall">';
if ($obj->tosell)
{
if ($obj->price_base_type == 'TTC') print price($obj->price_ttc).' '.$langs->trans("TTC");
@@ -777,7 +777,7 @@ if ($resql)
// Better buy price
if (! empty($arrayfields['p.minbuyprice']['checked']))
{
print '<td align="right">';
print '<td class="right nowraponall">';
if ($obj->tobuy && $obj->minsellprice != '')
{
//print price($obj->minsellprice).' '.$langs->trans("HT");