Skip to content

Commit

Permalink
18286 - Add in BECV - NR for Benefit to Limited Name Change is not wo…
Browse files Browse the repository at this point in the history
…rking (#2259)

* Update alteration.py

* Update alteration.py
  • Loading branch information
seeker25 authored Oct 24, 2023
1 parent 67aad00 commit 4a3a326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def company_name_validation(filing):

error_msg = """The name type associated with the name request number entered cannot be used for this
transaction type."""
if not nr_response['requestTypeCd'] in ('CCR', 'CCP', 'BEC', 'BECV', 'CCV', 'UC', 'ULCB', 'ULBE'):
if not nr_response['requestTypeCd'] in ('CCR', 'CCP', 'BEC', 'BECR', 'BECV', 'CCV', 'UC', 'ULCB', 'ULBE'):
msg.append({'error': babel(error_msg).replace('\n', '').replace(' ', ''),
'path': nr_path})

Expand Down

0 comments on commit 4a3a326

Please sign in to comment.