Skip to content

Commit ab2d60e

Browse files
committed
Added missing EType constants.
1 parent 69ca25c commit ab2d60e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: src/EPrint/Enum/EType.php

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ final class EType implements EnumInterface
1717
public const EPRINT_ATTACHMENT = 'EPRINTATTACHMENT'; // Récapitulatif d’envoi
1818
public const MASTER = 'MASTER';
1919
public const COLLECTION_REQUEST = 'COLLECTIONREQUEST';
20-
public const BIC3 = 'BIC3';
20+
21+
// new GeoLabel constants
22+
public const BIC3 = 'BIC3';
23+
public const PROOFBIC3 = 'PROOFBIC3'; // Preuve de dépôt
24+
public const REVERSEBIC3 = 'REVERSEBIC3'; // Preuve de dépôt
2125

2226

2327
/**
@@ -33,6 +37,8 @@ public static function getValues(): array
3337
EType::MASTER,
3438
EType::COLLECTION_REQUEST,
3539
EType::BIC3,
40+
EType::PROOFBIC3,
41+
EType::REVERSEBIC3,
3642
];
3743
}
3844

0 commit comments

Comments
 (0)