mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 01:37:13 +00:00
Finalize user-defined-fields (closes #176)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
@foreach($userfields as $userfield)
|
||||
|
||||
@if($userfield->show_as_column_in_tables == 1)
|
||||
<th>{{ $userfield->name }}</th>
|
||||
<th>{{ $userfield->caption }}</th>
|
||||
@endif
|
||||
|
||||
@endforeach
|
||||
|
Reference in New Issue
Block a user