Add missed category label
This commit is contained in:
@@ -46,6 +46,7 @@ class Hotel extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity implements Te
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public static $categoryLabels = [
|
public static $categoryLabels = [
|
||||||
|
self::CATEGORY_BASIC => 'Basic',
|
||||||
self::CATEGORY_STANDARD => 'Standard',
|
self::CATEGORY_STANDARD => 'Standard',
|
||||||
self::CATEGORY_COMFORT => 'Komfort',
|
self::CATEGORY_COMFORT => 'Komfort',
|
||||||
self::CATEGORY_DELUXE => 'Deluxe',
|
self::CATEGORY_DELUXE => 'Deluxe',
|
||||||
|
|||||||
Reference in New Issue
Block a user