mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed #6323 - typo in link for low inventory
This commit is contained in:
parent
19ee62f704
commit
63a2727077
|
@ -6,7 +6,7 @@
|
|||
|{{ trans('mail.name') }} |{{ trans('mail.type') }} |{{ trans('mail.current_QTY') }}|{{ trans('mail.min_QTY') }}
|
||||
|:-------------|:---------|:---------:|:---------:|
|
||||
@for($i=0; count($items) > $i; $i++)
|
||||
|<a href="({{ route($items[$i]['type'].'.show', $items[$i]['id']) }}">{{ $items[$i]['name'] }}</a>|{{ $items[$i]['type'] }} |{{ $items[$i]['remaining'] }} |{{ $items[$i]['min_amt'] }} |
|
||||
|<a href="{{ route($items[$i]['type'].'.show', $items[$i]['id']) }}">{{ $items[$i]['name'] }}</a>|{{ $items[$i]['type'] }} |{{ $items[$i]['remaining'] }} |{{ $items[$i]['min_amt'] }} |
|
||||
@endfor
|
||||
@endcomponent
|
||||
|
||||
|
|
Loading…
Reference in a new issue