From d49caabe51ce3d585ca897d7cca73a21d86d4377 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 24 Feb 2023 18:42:53 +0100 Subject: [PATCH] Fix css --- htdocs/compta/facture/prelevement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php index 8a9d4e6c198..884d19a221b 100644 --- a/htdocs/compta/facture/prelevement.php +++ b/htdocs/compta/facture/prelevement.php @@ -941,7 +941,7 @@ if ($object->id > 0) { print ''; // Amount - print ''.price($obj->amount).''; + print ''.price($obj->amount).''; // Date process print ''.dol_print_date($db->jdate($obj->date_traite), 'day')."\n";