fix on status change when a booth is paid
This commit is contained in:
parent
6111f43946
commit
dbde0f0b02
@ -1176,7 +1176,7 @@ if ($ispaymentok) {
|
|||||||
$error++;
|
$error++;
|
||||||
setEventMessages(null, $booth->errors, "errors");
|
setEventMessages(null, $booth->errors, "errors");
|
||||||
} else {
|
} else {
|
||||||
$booth->setStatut(CONFERENCEORBOOTH::STATUS_SUGGESTED);
|
$booth->status = CONFERENCEORBOOTH::STATUS_SUGGESTED;
|
||||||
$resultboothupdate = $booth->update($user);
|
$resultboothupdate = $booth->update($user);
|
||||||
if ($resultboothupdate<0) {
|
if ($resultboothupdate<0) {
|
||||||
// Finding the thirdparty by getting the invoice
|
// Finding the thirdparty by getting the invoice
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user