Merge branch 'development'
This commit is contained in:
commit
85bc5a4ef9
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user