[freeside-commits] branch master updated. 44ed8f67ced13b6c2d4298577652243fe2eee453

Ivan ivan at 420.am
Tue Nov 8 01:22:19 PST 2016


The branch, master has been updated
       via  44ed8f67ced13b6c2d4298577652243fe2eee453 (commit)
      from  20ab81a33d94f3267d553cc875dd3fdb08d14f29 (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 44ed8f67ced13b6c2d4298577652243fe2eee453
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 8 01:22:18 2016 -0800

    payment posting styled inside customer

diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi
index 116eeeb..a203e91 100755
--- a/httemplate/edit/cust_pay.cgi
+++ b/httemplate/edit/cust_pay.cgi
@@ -1,25 +1,20 @@
 % if ( $link eq 'popup' ) { 
   <& /elements/header-popup.html, $title  &>
 % } else { 
-  <& /elements/header.html, $title, '' &>
+  <& /elements/header-cust_main.html, view=>'payment_history', custnum=>$custnum &>
+  <h2><% $title |h %></h2>
 % } 
 
 <& /elements/init_calendar.html &>
 
 <& /elements/error.html &>
 
-% unless ( $link eq 'popup' ) { 
-    <% small_custview($custnum, $conf->config('countrydefault')) %>
-% } 
-
 <FORM NAME="PaymentForm" ACTION="<% popurl(1) %>process/cust_pay.cgi" METHOD=POST onSubmit="document.PaymentForm.submitButton.disabled=true">
 <INPUT TYPE="hidden" NAME="link" VALUE="<% $link %>">
 <INPUT TYPE="hidden" NAME="linknum" VALUE="<% $linknum %>">
 <INPUT TYPE="hidden" NAME="payby" VALUE="<% $payby %>">
 <INPUT TYPE="hidden" NAME="paybatch" VALUE="<% $paybatch %>">
 
-<BR>
-
 <% mt('Payment') |h %> 
 <% ntable("#cccccc", 2) %>
 
@@ -122,7 +117,7 @@
     </BODY>
     </HTML>
 % } else { 
-    <& /elements/footer.html &>
+    <& /elements/footer-cust_main.html &>
 % } 
 
 <%init>

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

Summary of changes:
 httemplate/edit/cust_pay.cgi |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)




More information about the freeside-commits mailing list