diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php
index 5501d08da26..58cfe5be72d 100644
--- a/htdocs/compta/prelevement/card.php
+++ b/htdocs/compta/prelevement/card.php
@@ -411,9 +411,9 @@ if ($id > 0 || $ref) {
// Status of line
print "
";
- print $ligne->LibStatut($obj->statut, 2);
print '';
- print sprintf("%06s", $obj->rowid);
+ print $ligne->LibStatut($obj->statut, 2);
+ print ''.$obj->rowid.'';
print ' | ';
$thirdparty = new Societe($db);
diff --git a/htdocs/compta/prelevement/class/ligneprelevement.class.php b/htdocs/compta/prelevement/class/ligneprelevement.class.php
index 9b45545fa8b..dfd8a920f93 100644
--- a/htdocs/compta/prelevement/class/ligneprelevement.class.php
+++ b/htdocs/compta/prelevement/class/ligneprelevement.class.php
@@ -160,6 +160,8 @@ class LignePrelevement
return $langs->trans($this->statuts[$status]).' '.img_picto($langs->trans($this->statuts[$status]), 'statut8', 'class="valignmiddle"');
}
}
+
+ //return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status], '', $statusType, $mode);
}
/**