diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-08-01 14:04:50 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-01 14:04:50 -0700 |
| commit | 4d6c465f4b32a49f8bce091f6cb5abb209123ec2 (patch) | |
| tree | 2b86cf33e009c3806e360284b65092facc8d089e /httemplate/view/cust_bill.cgi | |
| parent | bec3b6c2bf97d66b992866d7ee7295f1f05452e6 (diff) | |
invoice voiding, RT#18677
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
| -rwxr-xr-x | httemplate/view/cust_bill.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index a8b4ac15c..95ce60b1d 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -166,8 +166,6 @@ die "Invoice #$invnum not found!" unless $cust_bill; my $custnum = $cust_bill->custnum; my $display_custnum = $cust_bill->cust_main->display_custnum; -#my $printed = $cust_bill->printed; - my $link = "invnum=$invnum"; $link .= ';template='. uri_escape($template) if $template; $link .= ';notice_name='. $notice_name if $notice_name; |
