[freeside-commits] branch master updated. e3df7e4b96abfda72201bf3598b6bfd449bfb2a1

Ivan ivan at 420.am
Tue Nov 8 01:53:15 PST 2016


The branch, master has been updated
       via  e3df7e4b96abfda72201bf3598b6bfd449bfb2a1 (commit)
      from  eb1ff5885cd1abf6c94cfcb0f46de7c651f50ac9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e3df7e4b96abfda72201bf3598b6bfd449bfb2a1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 8 01:53:15 2016 -0800

    4.x style one-time charge

diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index 51cd854..896e8b2 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;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/quick-charge.html |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list