[freeside-commits] freeside/httemplate/search report_tax.cgi, 1.25, 1.26

Ivan,,, ivan at wavetail.420.am
Sat Dec 24 17:57:17 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv16105

Modified Files:
	report_tax.cgi 
Log Message:
correct end date display for "now"

Index: report_tax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.cgi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- report_tax.cgi	22 Dec 2005 04:24:50 -0000	1.25
+++ report_tax.cgi	25 Dec 2005 01:57:15 -0000	1.26
@@ -3,6 +3,7 @@
 my $user = getotaker;
 
 my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
+warn("*****  $beginning $ending\n");
 
 my $from_join_cust = "
   FROM cust_bill_pkg
@@ -251,7 +252,7 @@
 
 <%= header( "$agentname Sales Tax Report - ".
               time2str('%h %o %Y through ', $beginning ).
-              ( $cgi->param('ending') == 4294967295
+              ( $ending == 4294967295
                   ? 'now'
                   : time2str('%h %o %Y', $ending )
               ),



More information about the freeside-commits mailing list