Fix syntax error
This commit is contained in:
parent
0e4a209dd8
commit
eb4cfc11cb
@ -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 .= ")";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user