mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
main: LocationType: add new property defaultFor in the admin
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user