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 .= " fk_account = ".((int) $actarget->id);
|
||||||
$sql .= " WHERE rowid = ".((int) $acline->id);
|
$sql .= " WHERE rowid = ".((int) $acline->id);
|
||||||
print $sql;
|
|
||||||
$result = $db->query($sql);
|
$result = $db->query($sql);
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
$error++;
|
$error++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user