[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 |
Subject: |
[Dolibarr-bugtrack] [bug #16316] Probleme de centime |
Date: |
Tue, 11 Apr 2006 21:59:54 -0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 |
Follow-up Comment #9, bug #16316 (project dolibarr):
Salut peut etre une bonne nouvelle
voilà j'ai effectué un modification dans le fichier paiement.class.php
à la ligne 151 j'ai remplacé \''.amount.'\' par \''.$this->total.'\'
------------------------------------------------------------------
$sql = 'INSERT INTO '.MAIN_DB_PREFIX.'paiement_facture (fk_facture,
fk_paiement, amount)';
$sql .= ' VALUES ('.$facid.','.
$this->id.',\''.$this->total.'\')';
if (! $this->db->query($sql) )
------------------------------------------------------------------
au lieu de
------------------------------------------------------------------
$sql = 'INSERT INTO '.MAIN_DB_PREFIX.'paiement_facture (fk_facture,
fk_paiement, amount)';
$sql .= ' VALUES ('.$facid.','.
$this->id.',\''.$amount.'\')';
if (! $this->db->query($sql) )
-----------------------------------------------------------------
Peut tu voir si cela est correcte
Merci par avance
Stéphane
_______________________________________________________
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, 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, Regis Houssin, 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, 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 <=
- [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, 2006/05/10
- [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