Update card.php

This commit is contained in:
Robin-Yann 2021-04-26 14:11:24 +02:00 committed by GitHub
parent 676067eafc
commit c1f3626cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,8 +196,7 @@ if (empty($reshook)) {
setEventMessages($object->error, $object->errors, 'errors');
$action = '';
}
}
// Change status of invoice
} // Change status of invoice
elseif ($action == 'reopen' && $usercanreopen) {
$result = $object->fetch($id);