From 21ed0448f9f490cf9ffa9d74d7e70035025d5449 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Oct 2011 03:09:06 +0000 Subject: [PATCH] add legacy_cust_bill to hold legacy invoice content, RT#12981 --- httemplate/view/cust_main/payment_history/legacy_invoice.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httemplate/view/cust_main/payment_history/legacy_invoice.html b/httemplate/view/cust_main/payment_history/legacy_invoice.html index e999a251e..6eb21b206 100644 --- a/httemplate/view/cust_main/payment_history/legacy_invoice.html +++ b/httemplate/view/cust_main/payment_history/legacy_invoice.html @@ -19,5 +19,6 @@ if ( $FS::CurrentUser::CurrentUser->access_right('View invoices') ) { : length($legacy_cust_bill->content_pdf) ? qq!! : ''; +} -- 2.20.1