We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d8e3f commit 2b07f85Copy full SHA for 2b07f85
core/structure.py
@@ -650,7 +650,7 @@ def translate_RQS(self) -> list:
650
_translate = {
651
'APP SUBMIT/TRANSMIT': None,
652
'PERM COUNTRY INFO': [f'Permanent Country Info--{self.target[-1]}'],
653
- 'PERM COUNTY INFO': ['', f'Permanent County Info--{self.target[-1][3:]} (Country code = {self.target[-1][:3]})'],
+ 'PERM COUNTY INFO': [f'Permanent County Info--{self.target[-1][3:]} (Country code = {self.target[-1][:3]})'],
654
'PERM ADDR STND': [f'Mailing/Permanent Address Standardized: {basic_output}'],
655
'CURR COUNTY INFO': [f'Current County Info-{self.target[-1]}'],
656
'CURR COUNTRY INFO': [f'Current Country Info: {self.target[-1]}'],
0 commit comments