Updates to 03-2025
This commit is contained in:
parent
881fc84207
commit
4eb83def39
142 changed files with 21396 additions and 11243 deletions
|
|
@ -207,7 +207,8 @@ class BookingPDFRepository extends BaseRepository {
|
|||
'total' => $price,
|
||||
'storno' => $price_canceled,
|
||||
'storno_date' => $data['storno_date'],
|
||||
'storno_print' => $data['storno_print']
|
||||
'storno_print' => $data['storno_print'],
|
||||
'binary_data' => NULL,
|
||||
];
|
||||
if($this->model->hasDocument($identifier)){
|
||||
$booking_document = $this->model->getDocument($identifier);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue