Fix log
This commit is contained in:
parent
4e87e47451
commit
de19783f19
@ -184,7 +184,7 @@ if ($user->rights->banque->modifier && $action == "update") {
|
||||
}
|
||||
$sql .= " fk_account = ".((int) $actarget->id);
|
||||
$sql .= " WHERE rowid = ".((int) $acline->id);
|
||||
print $sql;
|
||||
|
||||
$result = $db->query($sql);
|
||||
if (!$result) {
|
||||
$error++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user