mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #13809 from snipe/bug/sc-23893
Added min_amt value to model detail page
This commit is contained in:
commit
d404452f5a
|
@ -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