mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +00:00 
			
		
		
		
	Fixed an error when adding object and there are no Userfields (references b0d38b87de)
				
					
				
			This commit is contained in:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user