Changeset 571

Show
Ignore:
Timestamp:
08/17/10 17:26:30 (3 years ago)
Author:
fabio.montefuscolo
Message:

This change enrollment_end_planned to the form and closes #162. The label for this field should be informed in other ticket

Files:
1 modified

Legend:

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

    r558 r571  
    185185        _('Actual Date of First Enrollment'), max_length=10, null=True, blank=True) 
    186186    enrollment_end_planned = models.CharField( # yyyy-mm or yyyy-mm-dd 
    187         _('Planned Date of First Enrollment'), max_length=10, null=True, blank=True) 
     187        _('Planned Date of Last Enrollment'), max_length=10, null=True, blank=True) 
    188188    enrollment_end_actual = models.CharField( # yyyy-mm or yyyy-mm-dd 
    189         _('Actual Date of First Enrollment'), max_length=10, null=True, blank=True) 
     189        _('Actual Date of Last Enrollment'), max_length=10, null=True, blank=True) 
    190190 
    191191    # TRDS 17