Skip to content
Snippets Groups Projects
Commit de760596 authored by anonymous's avatar anonymous
Browse files

fix

parent a8450fef
Branches
Tags
No related merge requests found
...@@ -169,7 +169,8 @@ def odsh_extract_value_from_extras(extras, key): ...@@ -169,7 +169,8 @@ def odsh_extract_value_from_extras(extras, key):
return item['value'] return item['value']
return None return None
def license_options(existing_license_id=None):
def presorted_license_options(existing_license_id=None):
'''Returns [(l.title, l.id), ...] for the licenses configured to be '''Returns [(l.title, l.id), ...] for the licenses configured to be
offered. Always includes the existing_license_id, if supplied. offered. Always includes the existing_license_id, if supplied.
''' '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment