diff --git a/src/admin/templates/index.tpl b/src/admin/templates/index.tpl index 6cf5c929..c90d0b43 100644 --- a/src/admin/templates/index.tpl +++ b/src/admin/templates/index.tpl @@ -194,8 +194,6 @@ {if $addon_title}
Addon: {$addon_title}
{/if} {/if} - {include file='lease_payment_due.tpl'} - {if !$hide_notifications}
{include file="notifications"} diff --git a/src/admin/templates/lease_payment_due.tpl b/src/admin/templates/lease_payment_due.tpl deleted file mode 100644 index fd197bf5..00000000 --- a/src/admin/templates/lease_payment_due.tpl +++ /dev/null @@ -1,20 +0,0 @@ -{* 6.0.7-3-gce41f93 *} - -{if $license_overdue_invoice} -
- Lease Payment Due:

- - Our records indicate that you have a lease payment due for this leased - license, that was due on {$license_overdue_invoice.oldest_due|date_format:'F j, Y'}. - You are currently in the grace period, please pay this invoice right away to avoid interruptions in service. - Note that if you have auto-pay set up, there is no further action needed, once the auto-payment - is received this notice will be removed automatically. -

- This notice will not show once we have received payment. If you have already paid this invoice, and this notice still displays, please contact us immediately. - - -
-
-{/if} \ No newline at end of file