Ignore:
Timestamp:
Nov 15, 2010, 11:48:34 AM (13 years ago)
Author:
gav
Message:

Fix small bug in reactive ratio report, where BigDecimal? not returned and therefore setScale() not available.
Also return error message for endDate < startDate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r701 r708  
    264264default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
    265265default.not.development.environment.failure=Could not complete operation, dev environment not detected.
     266default.end.date.before.start.date=The end date must be equal to or greater than \
     267    the start date.
    266268
    267269default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
Note: See TracChangeset for help on using the changeset viewer.