Add new hotel category

This commit is contained in:
Björn Fromme
2018-09-12 09:47:51 +02:00
parent 42518875ab
commit 241dafb8fa
5 changed files with 14 additions and 0 deletions
@@ -48,6 +48,10 @@ class ComfortCategoryViewHelper extends AbstractViewHelper
$icon = 'S';
$tooltip = 'Kategorie: Standard';
break;
case Hotel::CATEGORY_BASIC:
$icon = 'B';
$tooltip = 'Kategorie: Basic';
break;
case Hotel::CATEGORY_COMFORT:
$icon = 'C';
$tooltip = 'Kategorie: Komfort';