This commit is contained in:
Florian HENRY 2021-01-05 22:56:55 +01:00
parent b9bb48a01f
commit 510c619c85
2 changed files with 0 additions and 5 deletions

View File

@ -838,7 +838,6 @@ if ($resql)
print '<td class="liste_titre">';
print '</td>';
}
// Status
if (!empty($arrayfields['p.fk_statut']['checked']))
{

View File

@ -177,9 +177,6 @@ $arrayfields = array(
'shippable'=>array('label'=>"Shippable", 'checked'=>1, 'position'=>995, 'enabled'=>(!empty($conf->expedition->enabled)), 'position'=>150),
'c.fk_statut'=>array('label'=>"Status", 'checked'=>1, 'position'=>1000, 'position'=>155)
);
if (!empty($conf->expedition->enabled)) {
}
// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_array_fields.tpl.php';
@ -1160,7 +1157,6 @@ if ($resql)
print '</td>';
if (!$i) $totalarray['nbfield']++;
}
// Amount HT
if (!empty($arrayfields['c.total_ht']['checked']))
{