diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:53:15 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:53:15 -0800 |
commit | e3df7e4b96abfda72201bf3598b6bfd449bfb2a1 (patch) | |
tree | beec016c3ef241991fce45f8a7a9cc13d340c724 /httemplate/edit/quick-charge.html | |
parent | eb1ff5885cd1abf6c94cfcb0f46de7c651f50ac9 (diff) |
4.x style one-time charge
Diffstat (limited to 'httemplate/edit/quick-charge.html')
-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; |