mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24: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))
|
@if (isset($item->model_no))
|
||||||
| **{{ trans('general.model_no') }}** | {{ $item->model_no }} |
|
| **{{ trans('general.model_no') }}** | {{ $item->model_no }} |
|
||||||
@endif
|
@endif
|
||||||
|
@if (isset($checkout_qty))
|
||||||
|
| **{{ trans('general.qty') }}** | {{ $checkout_qty }} |
|
||||||
|
@endif
|
||||||
@if ($note)
|
@if ($note)
|
||||||
| **{{ trans('mail.additional_notes') }}** | {{ $note }} |
|
| **{{ trans('mail.additional_notes') }}** | {{ $note }} |
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in a new issue