mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 15:58:24 -04:00
Fix billing page to show correct user who signed MOU
If the organisation table contains an entry for `agreement_signed_by_id` and for `agreement_signed_on_behalf_of_name` then we should the person who signed the MOU as being the `agreement_signed_on_behalf_of_name`. This was wrongly showing the `agreement_signed_by_id` as the person who signed the agreement.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
and financial agreement on {{ current_org.agreement_signed_at | format_date_normal }}.
|
||||
</p>
|
||||
<p class="govuk-body">
|
||||
{{ current_org.agreement_signed_by.name or current_org.agreement_signed_on_behalf_of_name }} signed the agreement
|
||||
{{ current_org.agreement_signed_on_behalf_of_name or current_org.agreement_signed_by.name }} signed the agreement
|
||||
on behalf of {{ current_org.name}}.
|
||||
</p>
|
||||
<p class="govuk-body">
|
||||
|
||||
Reference in New Issue
Block a user