mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Responsive
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user