From b9915800cff64c23997981162d3a102e289c97b8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 11 Jan 2022 01:30:24 +0100 Subject: [PATCH] Fix bad warning --- htdocs/compta/prelevement/card.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php index fb9809bd9f2..3812d72f405 100644 --- a/htdocs/compta/prelevement/card.php +++ b/htdocs/compta/prelevement/card.php @@ -439,6 +439,8 @@ if ($id > 0 || $ref) { } if ($num > 0) { + $total = price2num($total, 'MT'); + print ''; print ''.$langs->trans("Total").''; print ' ';