mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Added undefined variable fix for the booking page.
This commit is contained in:
parent
7ebe58d4f4
commit
c68f0c08a0
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@
|
||||||
<?php
|
<?php
|
||||||
// Group services by category, only if there is at least one service
|
// Group services by category, only if there is at least one service
|
||||||
// with a parent category.
|
// with a parent category.
|
||||||
|
$has_category = FALSE;
|
||||||
foreach($available_services as $service) {
|
foreach($available_services as $service) {
|
||||||
if ($service['category_id'] != NULL) {
|
if ($service['category_id'] != NULL) {
|
||||||
$has_category = TRUE;
|
$has_category = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue