adding export to read mailbox status information, RT#15987
[freeside.git] / httemplate / graph / money_time.cgi
index fbc31c0..cde71be 100644 (file)
@@ -62,10 +62,10 @@ my %graph_suffix = (
 );
 my %graph_label = map { $_ => $label{$_}.$graph_suffix{$_} } keys %label;
 
-$label{$_.'_12mo'} = $label{$_}. " (previous 12 months)"
+$label{$_.'_12mo'} = $label{$_}. " (prev 12 months)"
   foreach keys %label;
 
-$graph_label{$_.'_12mo'} = $graph_label{$_}. " (previous 12 months)"
+$graph_label{$_.'_12mo'} = $graph_label{$_}. " (prev 12 months)"
   foreach keys %graph_label;
 
 my %color = (
@@ -88,7 +88,7 @@ my %link = (
   'netsales'   => "${p}search/cust_bill.html?agentnum=$agentnum;net=1;",
   'credits'    => "${p}search/cust_credit.html?agentnum=$agentnum;",
   'netcredits' => "${p}search/cust_credit_bill.html?agentnum=$agentnum;",
-  'payments'   => "${p}search/cust_pay.cgi?magic=_date;agentnum=$agentnum;",
+  'payments'   => "${p}search/cust_pay.html?magic=_date;agentnum=$agentnum;",
   'receipts'   => "${p}search/cust_bill_pay.html?agentnum=$agentnum;",
   'refunds'    => "${p}search/cust_refund.html?magic=_date;agentnum=$agentnum;",
   'netrefunds' => "${p}search/cust_credit_refund.html?agentnum=$agentnum;",