LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No DeleteReason in email

alepensato opened this issue · comments

Hi,
i would ask you hoh can i send the reason for a deleted reservation.
i see that the email template call the variable {$DeleteReason|nl2br} but the user does not receive the reason and the field is unvalorized in the mail.
How can i solve this???

I can not find a solution for this, where is stored the DeleteReason value????

@effgarces do you have any idea about this problem?

I can not find a solution for this, where is stored the DeleteReason value????

This is stored in the database table

@F0r3n5iC-Sw33t13
I can not find it in the DB where is it located??? Probably a bug that not store it into the db and recall its value???

There is a solution to this problem?

@F0r3n5iC-Sw33t13
The DB seems to lack with the field you referred. The problem seems to be unresolvable for my skill and without other informations

@effgarces
Is possible to find a solution to this problem???

I have the same problem. Any help??????

I have the same problem. Any help??????

I solved it, just change to TRUE these row in the config file

$conf['settings']['reservation.notify']['resource.admin.delete'] = 'true';
$conf['settings']['reservation.notify']['application.admin.delete'] = 'true';