From fa2259f78fe940d234bf1d76d56221f305583820 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 30 Nov 2007 21:08:13 +0000 Subject: add net vs gross amounts to invoice report; make the "net sales" links on sales/credit/receipts report & graph clickable --- httemplate/graph/money_time.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/graph') diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index 41b82fa84..c30ff207a 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -65,6 +65,7 @@ $color{$_.'_12mo'} = $color{$_} my %link = ( 'invoiced' => "${p}search/cust_bill.html?agentnum=$agentnum;", + 'netsales' => "${p}search/cust_bill.html?agentnum=$agentnum;net=1;", 'credits' => "${p}search/cust_credit.html?agentnum=$agentnum;", 'payments' => "${p}search/cust_pay.cgi?magic=_date;agentnum=$agentnum;", ); -- cgit v1.2.1