diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-07 22:28:15 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-07 22:28:15 -0800 |
commit | d1e8cab4d49eaab6373df48db134a74d9d2b5db2 (patch) | |
tree | 5c8ad0efc4b946cf0cbfc52bd3d4f688aa53e920 /httemplate/view/cust_main.cgi | |
parent | 2549ea6e716605e930d5784e1c46c1ee163f1453 (diff) |
invoices look like they belong under customers
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 2254df489..2e8d74625 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -148,8 +148,7 @@ % } % } -</DIV> -<& /elements/footer.html &> +<& /elements/footer-cust_main.html &> <%init> my $curuser = $FS::CurrentUser::CurrentUser; |