Skip to content

Commit

Permalink
Fixed the problem when is used predefined indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepalladino-apuliasoft committed Mar 5, 2024
1 parent bde54b4 commit 175510b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ typealias IndicatorKey = Int
* Managed indicator types
* */
enum class IndicatorType(val range: IntRange) {
Predefined(1..99),
KA(1..1),
KB(2..2),
KC(3..3),
Expand All @@ -65,7 +66,6 @@ enum class IndicatorType(val range: IntRange) {
KW(22..22),
KX(23..23),
KY(24..24),
Predefined(25..99),
LR(100..100),
RT(101..101),
OC(102..102),
Expand Down

0 comments on commit 175510b

Please sign in to comment.