This commit is contained in:
2025-08-06 15:00:59 +04:00
parent 23f658e76a
commit fc17607567
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ internal class Program
{
return (false, ex.Message);
}
if (cntBillets > 15)
if (cntBillets > 5)
{
return (false, $"Заготовок в стане - {cntBillets}");
}