summaryrefslogtreecommitdiff
path: root/httemplate/misc/fax-invoice.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/fax-invoice.cgi')
-rwxr-xr-xhttemplate/misc/fax-invoice.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/fax-invoice.cgi b/httemplate/misc/fax-invoice.cgi
index 2591fceb8..f72fc7eaf 100755
--- a/httemplate/misc/fax-invoice.cgi
+++ b/httemplate/misc/fax-invoice.cgi
@@ -12,7 +12,7 @@ my $invnum = $3;
my $cust_bill = qsearchs('cust_bill',{'invnum'=>$invnum});
die "Can't find invoice!\n" unless $cust_bill;
-$cust_bill->fax_invoice($template);
+$cust_bill->fax_invoice({ 'template' => $template });
my $custnum = $cust_bill->getfield('custnum');