Comment 1 for bug 1690434

Revision history for this message
Jason Boyer (jboyer) wrote :

Branch lives at http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/jboyer/LP1690434_reporter_dates

To test: put together a simple report template with a date in the Basic Filters section, using the Year + Month transform and the On or After operator. (a count of circs with an xact_start filter is a simple way to set this up.) Schedule it with a relative date such as 1 month ago and run it.

Pre Patch: the report will fail and the error text will reference a missing text >= double precision comparison function.

Post Patch: you'll get a count of how many circs were opened last month (or whatever report you wrote).

This patch also applies the same fix to the Quarter Transform.