Merge branch 'development'

This commit is contained in:
vchikalkin 2023-01-31 10:34:06 +03:00
commit 85bc5a4ef9

View File

@ -25,9 +25,17 @@ const okvedCondition: ValidationCondition = calculationStore => {
if ( if (
okved && okved &&
['71.1', '77.3', '49.4', '49.32', '49.39', '47.91.2', '47.99.1'].some( [
code => okved.startsWith(code), '77.3',
) '49.32',
'49.39',
'49.3',
'49.31',
'49.31.2',
'53.20.3',
'53.20.32',
'77.11',
].includes(okved)
) { ) {
return { return {
isValid: false, isValid: false,