|
@@ -834,7 +834,7 @@ namespace FryPot_DosingSystem.ViewModel |
|
|
try |
|
|
try |
|
|
{ |
|
|
{ |
|
|
count = int.Parse(_DishesNum); |
|
|
count = int.Parse(_DishesNum); |
|
|
if (count > 0 && count <= 8) |
|
|
|
|
|
|
|
|
if (count >= 0 && count <= 8) |
|
|
{ |
|
|
{ |
|
|
_DishesNum = count.ToString(); |
|
|
_DishesNum = count.ToString(); |
|
|
} |
|
|
} |
|
|