Debug look and feel v20

This commit is contained in:
Laurent Destailleur
2024-08-02 14:19:19 +02:00
parent f4d841c807
commit bc9afff591
2 changed files with 1 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ function stocktransferPrepareHead($object)
$head = array();
$head[$h][0] = dol_buildpath("/product/stock/stocktransfer/stocktransfer_card.php", 1).'?id='.$object->id;
$head[$h][1] = $langs->trans("Card");
$head[$h][1] = $langs->trans("StockTransfer");
$head[$h][2] = 'card';
$h++;

View File

@@ -782,8 +782,6 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
$param = '';
$conf->global->MAIN_DISABLE_WRAPPING_ON_COLUMN_TITLE = true; // Full display needed to see all column title details
print '<tr class="liste_titre">';
print getTitleFieldOfList($langs->trans('ProductRef'), 0, $_SERVER["PHP_SELF"], '', $param, '', '', $sortfield, $sortorder, 'tagtd maxwidthonsmartphone ');
if (isModEnabled('productbatch')) {