Suppression insertion dans la table banque

This commit is contained in:
Rodolphe Quiedeville 2003-08-04 18:09:03 +00:00
parent 9601acab85
commit a882aca4d4

View File

@ -58,10 +58,7 @@ class Paiement
if ($result)
{
$label = "Facture $this->facnumber - $this->societe";
$sql = "INSERT INTO llx_bank (datec, dateo, amount, author, label)";
$sql .= " VALUES (now(), $this->datepaye, $this->amount,'$this->author', '$this->label')";
$result = $this->db->query($sql);
}
else
{