This commit is contained in:
Laurent Destailleur 2022-05-12 10:36:18 +02:00
parent 4e87e47451
commit de19783f19

View File

@ -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++;