X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill.cgi;h=4d98f3ebc8fb53683a29d36ed6e816d8317a0cf1;hb=790f80663a0ddcb4f2496bad4b2e0bfa80bc3210;hp=95f1a0af813282b8c3f3dd0984ff547bff3c9737;hpb=6a37289c12238d48ea864b8177216ca276b33a40;p=freeside.git diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 95f1a0af8..4d98f3ebc 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -22,6 +22,15 @@ print qq!Enter payments (check/cash) aga print qq!Reprint this invoice!. '

'; +my $conf = new FS::Conf; +if ( $conf->exists('invoice_latex') ) { + print menubar( + 'View typeset invoice' => "${p}view/cust_bill-pdf.cgi?$invnum", + ), '

'; +} + +#false laziness with search/cust_bill_event.cgi + print table(). 'EventDateStatus'; foreach my $cust_bill_event ( sort { $a->_date <=> $b->_date } $cust_bill->cust_bill_event