From e6b504f1d05efe176bb91c40cca089b41d2d2f49 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 5 Oct 2004 13:44:06 +0000 Subject: links to show alternate invoices also --- httemplate/view/cust_bill.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/view/cust_bill.cgi') diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 3c23d60a8..116cd6dcc 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -4,7 +4,7 @@ #untaint invnum my($query) = $cgi->keywords; $query =~ /^((.+)-)?(\d+)$/; -my $templatename = $1; +my $templatename = $2; my $invnum = $3; my $cust_bill = qsearchs('cust_bill',{'invnum'=>$invnum}); -- cgit v1.2.1