diff --git a/EasyAppointments/easy-folder/application/views/emails/appointment_details.php b/EasyAppointments/easy-folder/application/views/emails/appointment_details.php
index c60a8c58..82e7d716 100644
--- a/EasyAppointments/easy-folder/application/views/emails/appointment_details.php
+++ b/EasyAppointments/easy-folder/application/views/emails/appointment_details.php
@@ -38,7 +38,10 @@
= lang('timezone') ?> |
= $appointment_timezone ?> |
-
+
| = lang('description') ?> |
= $appointment_description ?> |
diff --git a/EasyAppointments/easy-folder/engine/Notifications/Email.php b/EasyAppointments/easy-folder/engine/Notifications/Email.php
index 806b58c1..b821776a 100644
--- a/EasyAppointments/easy-folder/engine/Notifications/Email.php
+++ b/EasyAppointments/easy-folder/engine/Notifications/Email.php
@@ -152,6 +152,9 @@ class Email {
'customer_phone' => $customer['phone_number'],
'customer_address' => $customer['address'],
+ /*
+ * añado este campo para pasarselo a la view de la cita
+ */
'appointment_description' => $service['description'],
], TRUE);