[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-bugtrack] [bug #16316] Probleme de centime
From: |
Stéphane Atlani |
Subject: |
[Dolibarr-bugtrack] [bug #16316] Probleme de centime |
Date: |
Thu, 13 Apr 2006 09:07:45 -0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 |
Follow-up Comment #14, bug #16316 (project dolibarr):
Salut et désolé de te re déranger mais j'ai le même problemes avec le
paiement des fournisseurs, même probleme même sentence
sur le fichier htdocs\fourn\facture\paiementfourn.class.php ligne 152
environs
ajout de ligne
-------------------------------------------------------------------
$amount = price2num($amount);
-------------------------------------------------------------------
foreach ($this->amounts as $key => $amount)
{
$amount = price2num($amount);
$facid = $key;
if (is_numeric($amount) && $amount <> 0)
{
$sql = 'INSERT INTO
'.MAIN_DB_PREFIX.'paiementfourn_facturefourn
(fk_facturefourn, fk_paiementfourn, amount)';
$sql .= ' VALUES ('.$facid.','.
$this->id.',\''.$amount.'\')';
if (! $this->db->query($sql) )
{
dolibarr_syslog('Paiement::Create Erreur INSERT dans paiement_facture
'.$facid);
$error++;
}
}
-----------------------------------------------------------------
Bonne journée
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16316>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, (continued)
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Regis Houssin, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Regis Houssin, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Regis Houssin, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Regis Houssin, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Stéphane, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Stéphane, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Stéphane, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Stéphane, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Regis Houssin, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Stéphane, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime,
Stéphane Atlani <=
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Regis Houssin, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Stéphane Atlani, 2006/05/10
- [Dolibarr-bugtrack] [bug #16316] Probleme de centime, Laurent Destailleur, 2006/05/10