Changeset 1086

Show
Ignore:
Timestamp:
08/02/11 15:08:58 (22 months ago)
Author:
antonio.alves
Message:

secondary ID now is required

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opentrials/repository/trds_forms.py

    r1085 r1086  
    209209    class Meta: 
    210210        queryset = TrialNumber.objects.all() 
    211         min_required = 0 
     211        min_required = 1 
    212212        polyglot = False 
    213213    title = _('Secondary Identifying Numbers')