mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Fixed an error when adding object and there are no Userfields (references b0d38b87de
)
This commit is contained in:
parent
8348438148
commit
72e6ed76bf
@ -1,4 +1,4 @@
|
||||
@if(count($userfields) > 0)
|
||||
@if($userfields && count($userfields) > 0)
|
||||
|
||||
@foreach($userfields as $userfield)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@if(count($userfields) > 0)
|
||||
@if($userfields && count($userfields) > 0)
|
||||
|
||||
@foreach($userfields as $userfield)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user