From e3df7e4b96abfda72201bf3598b6bfd449bfb2a1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 Nov 2016 01:53:15 -0800 Subject: [PATCH] 4.x style one-time charge --- httemplate/edit/quick-charge.html | 7 +++++-- 1 file 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) { - - +% if ( $quotationnum ) { + <& /elements/footer.html &> +% } else { + <& /elements/footer-cust_main.html &> +% } <%init> my $curuser = $FS::CurrentUser::CurrentUser; -- 2.11.0