X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=64759f9bfd5ff74b13ae21a2bb8687fcc47c0af7;hp=9409bc5f682c9db6d8158a724f181f64a621d242;hb=d6297be89acbef3cdf9fce4925f797063583b066;hpb=e294302d8bf2b12eec690d8c9f517fa81825c79a diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 9409bc5f6..64759f9bf 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -343,6 +343,10 @@ sub send { } + if ( $conf->config('invoice_latex') ) { + @print_text = $self->print_ps('', $template); + } + if ( grep { $_ eq 'POST' } @invoicing_list ) { #postal my $lpr = $conf->config('lpr'); open(LPR, "|$lpr")