aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2024-08-26 18:11:57 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2024-08-26 18:11:57 +0300
commit38011f165e53997d7e76ffcfdf0b63506ae7f3a9 (patch)
treed6299276fe233b669d82bcf8e1f1918a771b5ef7
parent46b8468628a70bf81d45bc89a5a937d8bd3f9c5a (diff)
Update 50-63 sleeves skus
-rw-r--r--RhSolutions.AddIn/Services/SleevesCalculator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/RhSolutions.AddIn/Services/SleevesCalculator.cs b/RhSolutions.AddIn/Services/SleevesCalculator.cs
index d892aa6..17a0aaa 100644
--- a/RhSolutions.AddIn/Services/SleevesCalculator.cs
+++ b/RhSolutions.AddIn/Services/SleevesCalculator.cs
@@ -77,8 +77,8 @@ public class SleevesCalculator : IFittingsCalculator
"25PX" => new Product("11600031001"),
"32PX" => new Product("11600041001"),
"40" => new Product("11600051001"),
- "50" => new Product("11397711002"),
- "63" => new Product("11397811002"),
+ "50" => new Product("11397713002"),
+ "63" => new Product("11397813002"),
_ => throw new Exception($"Неизвестный диаметр {kvp.Key}")
}, kvp => kvp.Value);
}