Updates to 03-2025
This commit is contained in:
parent
881fc84207
commit
4eb83def39
142 changed files with 21396 additions and 11243 deletions
|
|
@ -51,7 +51,7 @@ class CustomerMailRepository extends BaseRepository {
|
|||
$data['subject'] = $this->prepareContent($booking, $data['subject']);
|
||||
}
|
||||
$reply_id = isset($data['customer_mail_id']) ? $data['customer_mail_id'] : NULL;
|
||||
$email = isset($data['send_mail_to_mail'][$booking_id]) ? $data['send_mail_to_mail'][$booking_id] : $booking->customer->email;
|
||||
$email = isset($data['send_mail_to_mail'][$booking_id]) ? $data['send_mail_to_mail'][$booking_id] : null;
|
||||
$customer_mail = $this->store($booking, $data, $email, false, $reply_id);
|
||||
foreach ($customer_files as $file) {
|
||||
$file->customer_id = $booking->customer_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue