[freeside-commits] branch FREESIDE_4_BRANCH updated. c4554f12a54c21b3bb9a6dfcfe0366e1c5aa1a93
Ivan
ivan at 420.am
Tue Nov 8 01:53:17 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via c4554f12a54c21b3bb9a6dfcfe0366e1c5aa1a93 (commit)
from d9efef1436a0551f35c727aef87642efb35f001f (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 c4554f12a54c21b3bb9a6dfcfe0366e1c5aa1a93
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 8 01:53:16 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