Ignore:
Timestamp:
Nov 29, 2010, 3:00:51 PM (13 years ago)
Author:
gav
Message:

Domain change, split Task.mandatoryRegulatory into regulatoryRequirement and mandatoryRequirement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/AssetReportService.groovy

    r710 r728  
    192192            from 'Task as task',
    193193                    'left join task.associatedAssets as associatedAsset'
    194             where 'task.mandatoryRegulatory = true'
     194            where 'task.regulatoryRequirement = true'
    195195                and 'task.targetStartDate < :endDate'
    196196                and 'task.targetCompletionDate >= :startDate'
Note: See TracChangeset for help on using the changeset viewer.