From dbe45d03d3ae570d9db36edc212ccf23e130443a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 4 Feb 2018 23:12:19 +0100 Subject: [PATCH] Fix: amount into form must be numeric without format --- htdocs/projet/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index 849ea5cd47d..fab93ff1634 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -783,14 +783,14 @@ elseif ($object->id > 0) // Opportunity probability print ''.$langs->trans("OpportunityProbability").''; - print ' %'; + print ' %'; print ''; print ''; print ''; // Opportunity amount print ''.$langs->trans("OpportunityAmount").''; - print ''; + print ''; print ''; }