diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php
index 779bf573341..cc00738ebeb 100644
--- a/htdocs/societe/consumption.php
+++ b/htdocs/societe/consumption.php
@@ -433,15 +433,15 @@ if ($sql_select)
// Status
print '
';
- if ($type_element == 'contract')
- {
- print $documentstaticline->getLibStatut(2);
+ if ($type_element == 'contract') {
+ print $documentstaticline->getLibStatut(5);
} else {
- print $documentstatic->getLibStatut(2);
+ print $documentstatic->getLibStatut(5);
}
print ' | ';
- print '';
+ // Label
+ print ' | ';
// Define text, description and type
$text = ''; $description = ''; $type = 0;
|