diff --git a/app/Classes/ValueObjects/Constants/SegmentConstants.php b/app/Classes/ValueObjects/Constants/SegmentConstants.php index dd6b093a..56f796cf 100644 --- a/app/Classes/ValueObjects/Constants/SegmentConstants.php +++ b/app/Classes/ValueObjects/Constants/SegmentConstants.php @@ -10,6 +10,8 @@ class SegmentConstants public const CUSTOM_SEGMENT = 2; + public const LABEL_SEGMENT = 3; + public const SYSTEM_PRIMARY_CURRENCY = 'SYSTEM_PRIMARY_CURRENCY'; public const SUPPLIER_CURRENCIES = 'SUPPLIER_CURRENCIES';