Correction erreur de virgule

This commit is contained in:
Rodolphe Quiedeville 2007-04-25 11:37:38 +00:00
parent 1a21380584
commit aefea996b7

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2006 Auguria SARL <info@auguria.org>
/* Copyright (C) 2006-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2006-2007 Auguria SARL <info@auguria.org>
*
* 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
@ -155,7 +155,7 @@ class ProductLivreContrat extends Product
{
dolibarr_syslog("ProductLivreContrat::UpdateCanvas");
$taux = ereg_replace(',','.',abs(trim($datas["contrat_taux"])));
$taux = ereg_replace(',','.',trim($datas["contrat_taux"]));
$quant = trim($datas["contrat_quant"]);
$duree = trim($datas["contrat_duree"]);