diff --git a/RIGS/templates/RIGS/invoice_list.html b/RIGS/templates/RIGS/invoice_list.html index f833b89a..7b080897 100644 --- a/RIGS/templates/RIGS/invoice_list.html +++ b/RIGS/templates/RIGS/invoice_list.html @@ -31,10 +31,10 @@ N{{ object.event.pk|stringformat:"05d" }}: {{ object.event.name }}
{{ object.event.get_status_display }} - {% if object.organisation %} + {% if object.event.organisation %} {{ object.event.organisation.name }}
- {{ object.organisation.union_account|yesno:'Internal,External' }} + {{ object.event.organisation.union_account|yesno:'Internal,External' }} {% else %} {{ object.event.person.name }}