From d3e5e3071b25cc06381db5b7ca474553a156ee09 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Sep 2021 00:26:58 +0200 Subject: [PATCH] css --- htdocs/compta/prelevement/card.php | 4 ++-- htdocs/compta/prelevement/class/ligneprelevement.class.php | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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); } /**