Update card.php

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

View File

@ -196,7 +196,8 @@ 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);