Added qty to email

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-17 20:58:21 +01:00
parent c21821a864
commit 05e278d08b

View file

@ -20,6 +20,9 @@
@if (isset($item->model_no))
| **{{ trans('general.model_no') }}** | {{ $item->model_no }} |
@endif
@if (isset($checkout_qty))
| **{{ trans('general.qty') }}** | {{ $checkout_qty }} |
@endif
@if ($note)
| **{{ trans('mail.additional_notes') }}** | {{ $note }} |
@endif