diff options
author | ivan <ivan> | 2011-10-26 03:09:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-10-26 03:09:05 +0000 |
commit | 5c6846607476c97d2ef84b52b1be8b6d76c7339d (patch) | |
tree | 8fd62b295b7e07f7ffc7fd53a5549956b0f52534 /httemplate/view/cust_main/payment_history | |
parent | b490e791cc60013989d908041f174467e362a1ea (diff) |
add legacy_cust_bill to hold legacy invoice content, RT#12981
Diffstat (limited to 'httemplate/view/cust_main/payment_history')
-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> |