[freeside-users] Report Dates
Charles Sprickman
spork at bway.net
Fri Jan 25 22:13:44 PST 2013
If you're not up to date with FS and you're finding your reports are stuck in the past, look in elements/tr-select-from_to.html
You can future-proof yourself a bit more by being a bit more forward-looking than the last commit that simply jumped the year from 2012 to 2013. :)
--- a/httemplate/elements/tr-select-from_to.html
+++ b/httemplate/elements/tr-select-from_to.html
@@ -39,7 +39,7 @@
my %hash = (
'show_month_abbr' => 1,
'start_year' => '1999',
- 'end_year' => '2012', #haha, well...
+ 'end_year' => '2013', #haha, well...
@_,
);
</%init>
I imagine that's a Nelson "haha".
--
Charles Sprickman
NetEng/SysAdmin
Bway.net - New York's Best Internet www.bway.net
spork at bway.net - 212.982.9800
More information about the freeside-users
mailing list