FIX wrong var name

This commit is contained in:
Regis Houssin
2022-05-20 17:51:16 +02:00
parent 334baeffaa
commit a302ffa5fb

View File

@@ -281,8 +281,8 @@ if ($object->id > 0) {
}
$author = new User($db);
if ($object->user_author) {
$author->fetch($object->user_author);
if ($object->fk_user_author) {
$author->fetch($object->fk_user_author);
}
if ($type == 'bank-transfer') {