Merge pull request #353 from dod-ccpo/optional-uii-#160796174
UII IDs are optional for financial verification
This commit is contained in:
commit
a970514492
@ -105,7 +105,6 @@ class BaseFinancialForm(ValidatedForm):
|
|||||||
uii_ids = NewlineListField(
|
uii_ids = NewlineListField(
|
||||||
"Unique Item Identifier (UII)s related to your application(s) if you already have them.",
|
"Unique Item Identifier (UII)s related to your application(s) if you already have them.",
|
||||||
description="If you have more than one UII, place each one on a new line.",
|
description="If you have more than one UII, place each one on a new line.",
|
||||||
validators=[InputRequired()],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
pe_id = StringField(
|
pe_id = StringField(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user