correct name format for certifying official on SO review
This commit is contained in:
parent
72f4472882
commit
b455bb8dcd
@ -168,8 +168,8 @@ def so_review_form(task_order):
|
|||||||
else:
|
else:
|
||||||
so = task_order.officer_dictionary("security_officer")
|
so = task_order.officer_dictionary("security_officer")
|
||||||
form_data = {
|
form_data = {
|
||||||
"certifying_official": "{} {}".format(
|
"certifying_official": "{}, {}".format(
|
||||||
so.get("first_name", ""), so.get("last_name", "")
|
so.get("last_name", ""), so.get("first_name", "")
|
||||||
),
|
),
|
||||||
"co_phone": so.get("phone_number", ""),
|
"co_phone": so.get("phone_number", ""),
|
||||||
}
|
}
|
||||||
|
@ -249,7 +249,7 @@ forms:
|
|||||||
dd_254:
|
dd_254:
|
||||||
certifying_official:
|
certifying_official:
|
||||||
label: Name of Certifying Official
|
label: Name of Certifying Official
|
||||||
description: (First, Last, Middle)
|
description: (Last, First, Middle Initial)
|
||||||
certifying_official_title:
|
certifying_official_title:
|
||||||
label: Title
|
label: Title
|
||||||
certifying_official_address:
|
certifying_official_address:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user