Fixed copypasta
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
3e3bc0a347
commit
c7835d2d1d
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class CustomField extends Model
|
|||
return $this->displayFieldInAuditForm();
|
||||
case 'checkin':
|
||||
return $this->displayFieldInCheckinForm();
|
||||
case 'checkin':
|
||||
case 'checkout':
|
||||
return $this->displayFieldInCheckoutForm();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue