mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-18 19:43:12 +03:00
Добавил чтение полей ИНН ЮЛ
This commit is contained in:
parent
35d99909a8
commit
be18d81559
@ -12,7 +12,8 @@ export const ISSUER_TAGS_TRANSLATIONS: TagsTranslations[] = [
|
||||
{ possibleNames: ['ОГРН', 'OGRN'], translation: 'ОГРН' },
|
||||
{ possibleNames: ['ОГРНИП', 'OGRNIP'], translation: 'ОГРНИП' },
|
||||
{ possibleNames: ['СНИЛС', 'SNILS'], translation: 'СНИЛС' },
|
||||
{ possibleNames: ['ИНН', 'INN', 'ИНН организации'], translation: 'ИНН' },
|
||||
{ possibleNames: ['ИНН', 'ИННФЛ', 'ИНН ФЛ', 'INN', 'ИНН физического лица'], translation: 'ИНН' },
|
||||
{ possibleNames: ['ИННЮЛ', 'ИНН ЮЛ', 'INN LE', 'INNLE', 'ИНН организации'], translation: 'ИНН ЮЛ' },
|
||||
{ possibleNames: ['E'], translation: 'Email' },
|
||||
{ possibleNames: ['L'], translation: 'Город' },
|
||||
];
|
||||
|
@ -14,7 +14,8 @@ export const SUBJECT_TAGS_TRANSLATIONS: TagsTranslations[] = [
|
||||
{ possibleNames: ['ОГРН', 'OGRN'], translation: 'ОГРН' },
|
||||
{ possibleNames: ['ОГРНИП', 'OGRNIP'], translation: 'ОГРНИП' },
|
||||
{ possibleNames: ['СНИЛС', 'SNILS'], translation: 'СНИЛС' },
|
||||
{ possibleNames: ['ИНН', 'INN', 'ИНН организации'], translation: 'ИНН' },
|
||||
{ possibleNames: ['ИНН', 'ИННФЛ', 'ИНН ФЛ', 'INN', 'ИНН физического лица'], translation: 'ИНН' },
|
||||
{ possibleNames: ['ИННЮЛ', 'ИНН ЮЛ', 'INN LE', 'INNLE', 'ИНН организации'], translation: 'ИНН ЮЛ' },
|
||||
{ possibleNames: ['E'], translation: 'Email' },
|
||||
{ possibleNames: ['L'], translation: 'Город' },
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user