mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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…
Reference in New Issue
Block a user