Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/models/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def api_keys(self):

@property
def able_to_accept_agreement(self):
return self.organisation.agreement_signed is not None or self.organisation_type in {
return self.organisation.agreement_signed is not False or self.organisation_type in {
Organisation.TYPE_NHS_GP,
Organisation.TYPE_NHS_LOCAL,
}
Expand Down
Loading