mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Added qty to email
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c21821a864
commit
05e278d08b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue