правка уведомления

This commit is contained in:
KhasanovAM
2026-01-18 18:06:28 +04:00
parent fc17607567
commit d2d13320b7

View File

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