main: LocationType: add new property defaultFor in the admin

This commit is contained in:
nobohan
2021-11-23 10:57:43 +01:00
parent 32af076986
commit 7eeb2f2a7d
4 changed files with 20 additions and 3 deletions

View File

@@ -29,8 +29,8 @@ class LocationType
public const STATUS_REQUIRED = 'required';
const DEFAULT_FOR_PERSON = 'person';
const DEFAULT_FOR_3PARTY = 'thirdparty';
public const DEFAULT_FOR_PERSON = 'person';
public const DEFAULT_FOR_3PARTY = 'thirdparty';
/**
* @ORM\Column(type="boolean", nullable=true)