Update Date.php
authorjoannechester <joannechester@users.noreply.github.com>
Wed, 3 Sep 2014 03:54:22 +0000 (13:54 +1000)
committerjoannechester <joannechester@users.noreply.github.com>
Wed, 3 Sep 2014 03:54:22 +0000 (13:54 +1000)
CRM/Core/Form/Date.php

index 2e70c14678595de354d8aa1a8b2b099a63fdbaeb..de3398f2b8be357d4362d38b1074eb7c4150b0bf 100644 (file)
@@ -168,6 +168,10 @@ Class CRM_Core_Form_Date {
         'greater.month' => ts('From Start of Current Month'),
         'greater.week' => ts('From Start of Current Week'),
         'greater.day' => ts('From Start of Current Day'),
+        'greater_previous.year' => ts('From End of Previous Year'),
+        'greater_previous.quarter' => ts('From End of Previous Quarter'),
+        'greater_previous.month' => ts('From End of Previous Month'),
+        'greater_previous.week' => ts('From End of Previous Week'),
         'current.year' => ts('Current Year to-date'),
         'current.quarter' => ts('Current Quarter to-date'),
         'current.month' => ts('Current Month to-date'),