From 7c6e33d6fc8ac2b1e93731c08d579c261f632a0a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 10 Mar 2007 02:34:21 +0000 Subject: [PATCH] Fix: perte des centimes lors de l'utilisation de la virgule au lieu du point --- htdocs/compta/bank/account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index f4b1077c48c..22c5094463c 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -3,6 +3,7 @@ * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004-2007 Laurent Destailleur * Copytight (C) 2004 Christophe Combelles + * Copytight (C) 2005-2007 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by