Fix syntax error

This commit is contained in:
Laurent Destailleur 2017-05-11 11:58:16 +02:00
parent 0e4a209dd8
commit eb4cfc11cb

View File

@ -473,7 +473,7 @@ class Account extends CommonObject
if ($categorie>0) {
$sql = "INSERT INTO ".MAIN_DB_PREFIX."bank_class (";
$sql .= "lineid, fk_categ;
$sql .= "lineid, fk_categ";
$sql .= ") VALUES (";
$sql .= " ".$accline->id.", ".$categorie;
$sql .= ")";