From 0115e595826f8cbd1271a92f0730a092beca0d71 Mon Sep 17 00:00:00 2001 From: Farhan Date: Tue, 26 Jul 2022 15:55:12 +0800 Subject: [PATCH] Add LABEL_SEGMENT constant --- app/Classes/ValueObjects/Constants/SegmentConstants.php | 2 ++ 1 file changed, 2 insertions(+) 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';