summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/edit/quick-charge.html7
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;