Update cashcontrol_card.php
This commit is contained in:
parent
f95612d9a5
commit
97b759f3cc
@ -128,7 +128,7 @@ if (GETPOST('cancel', 'alpha')) {
|
||||
if ($action == "reopen") {
|
||||
$result = $object->setStatut($object::STATUS_DRAFT, null, '', 'CASHFENCE_REOPEN');
|
||||
if ($result < 0) {
|
||||
setEventMessages($object->error, $object->error, 'errors');
|
||||
setEventMessages($object->error, $object->errors, 'errors');
|
||||
}
|
||||
|
||||
$action = 'view';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user