add legacy_cust_bill to hold legacy invoice content, RT#12981
authorivan <ivan>
Wed, 26 Oct 2011 03:09:06 +0000 (03:09 +0000)
committerivan <ivan>
Wed, 26 Oct 2011 03:09:06 +0000 (03:09 +0000)
httemplate/view/cust_main/payment_history/legacy_invoice.html

index e999a25..6eb21b2 100644 (file)
@@ -19,5 +19,6 @@ if ( $FS::CurrentUser::CurrentUser->access_right('View invoices') ) {
             : length($legacy_cust_bill->content_pdf)
               ? qq!<A HREF="${p}view/legacy_cust_bill-pdf.cgi?$legacyinvnum">!
               : '';
+}
 
 </%init>