change comlumn name

This commit is contained in:
Florian HENRY 2021-03-01 15:36:50 +01:00
parent 036d1d5802
commit 5ba9ffeb09

View File

@ -69,7 +69,7 @@ class ConferenceOrBooth extends ActionComm
const STATUS_CONFIRMED = 2;
const STATUS_NOT_QUALIFIED = 3;
const STATUS_DONE = 4;
const STATUS_CANCELED = 5;
const STATUS_CANCELED = -1;
/**