correct name format for certifying official on SO review

This commit is contained in:
dandds 2019-02-20 11:48:30 -05:00
parent 72f4472882
commit b455bb8dcd
2 changed files with 3 additions and 3 deletions

View File

@ -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", ""),
} }

View File

@ -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: