diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:53:16 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:53:16 -0800 |
commit | c4554f12a54c21b3bb9a6dfcfe0366e1c5aa1a93 (patch) | |
tree | 129eb8932d65a48e577a6e07be8af3b93c0115b2 | |
parent | d9efef1436a0551f35c727aef87642efb35f001f (diff) |
4.x style one-time charge
-rw-r--r-- | httemplate/edit/quick-charge.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 51cd854ca..896e8b2d2 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -446,8 +446,11 @@ function bill_now_changed (what) { </SCRIPT> -</BODY> -</HTML> +% if ( $quotationnum ) { + <& /elements/footer.html &> +% } else { + <& /elements/footer-cust_main.html &> +% } <%init> my $curuser = $FS::CurrentUser::CurrentUser; |