From: Ivan Kohler Date: Tue, 8 Nov 2016 09:53:15 +0000 (-0800) Subject: 4.x style one-time charge X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e3df7e4b96abfda72201bf3598b6bfd449bfb2a1 4.x style one-time charge --- 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;