diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-07 22:28:16 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-07 22:28:16 -0800 |
commit | cf9580877fc7fd9333b5e871a76fe8ec35c9f2b8 (patch) | |
tree | 9a22bdf1eb9dbf427b187c068d7f37b0722fbb5e /httemplate/view/cust_main.cgi | |
parent | 5747043b65207732f7c84cc16ea77d2da3f5813f (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; |