Only the last 3 months (exclusive of current) for 'Last 3 months'

This commit is contained in:
Nathan Gray 2013-01-03 16:58:38 +00:00
parent 9b7da1f611
commit 761848c76f

View File

@ -36,7 +36,7 @@ class importexport_helper_functions {
'Last week' => array(0,0,0,-1, 0,0,0,0),
'This month' => array(0,0,0,0, 0,1,0,0),
'Last month' => array(0,-1,0,0, 0,0,0,0),
'Last 3 months' => array(0,-3,0,0, 0,1,0,0),
'Last 3 months' => array(0,-3,0,0, 0,0,0,0),
'This quarter'=> array(0,0,0,0, 0,0,0,0), // Just a marker, needs special handling
'Last quarter'=> array(0,-4,0,0, 0,-4,0,0), // Just a marker
'This year' => array(0,0,0,0, 1,0,0,0),