diff options
author | ivan <ivan> | 2011-10-26 03:09:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-10-26 03:09:06 +0000 |
commit | 21ed0448f9f490cf9ffa9d74d7e70035025d5449 (patch) | |
tree | 880d7c12e17a265d29689aee4778d646d9a43a04 | |
parent | 87f8f4265f722e83e3307d0f8ec092e93b3063f7 (diff) |
add legacy_cust_bill to hold legacy invoice content, RT#12981
-rw-r--r-- | httemplate/view/cust_main/payment_history/legacy_invoice.html | 1 |
1 files changed, 1 insertions, 0 deletions
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!<A HREF="${p}view/legacy_cust_bill-pdf.cgi?$legacyinvnum">! : ''; +} </%init> |