diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
index 9cf20dfee22..998e1e9e23e 100644
--- a/htdocs/comm/propal/list.php
+++ b/htdocs/comm/propal/list.php
@@ -838,7 +838,6 @@ if ($resql)
print '
';
print ' | ';
}
-
// Status
if (!empty($arrayfields['p.fk_statut']['checked']))
{
diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
index 4d309f1062e..a17a1f43887 100644
--- a/htdocs/commande/list.php
+++ b/htdocs/commande/list.php
@@ -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 '';
if (!$i) $totalarray['nbfield']++;
}
-
// Amount HT
if (!empty($arrayfields['c.total_ht']['checked']))
{