mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Added min_amt value to model detaul page
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
740569791f
commit
8c46f4ef69
|
@ -236,6 +236,12 @@
|
|||
</li>
|
||||
@endif
|
||||
|
||||
@if ($model->min_amt)
|
||||
<li>{{ trans('general.min_amt') }}:
|
||||
{{$model->min_amt }}
|
||||
</li>
|
||||
@endif
|
||||
|
||||
@if ($model->manufacturer)
|
||||
<li>
|
||||
{{ trans('general.manufacturer') }}:
|
||||
|
|
Loading…
Reference in a new issue