[freeside-commits] branch FREESIDE_4_BRANCH updated. 89f7037256ff50c54542ed78dae4197da518a78e

Ivan ivan at 420.am
Tue Mar 21 06:58:28 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  89f7037256ff50c54542ed78dae4197da518a78e (commit)
      from  59320822a090d7fab5caa7aff39c98d07fc15ea3 (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 89f7037256ff50c54542ed78dae4197da518a78e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Mar 21 06:58:27 2017 -0700

    visual nit: fix stray |

diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index d78bc96..9b03776 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -144,7 +144,6 @@ if ( el ) el.scrollIntoView(true);
 
 % }
 
-<% $br++ ? ' | ' : '' %>
 % if ( $cust_main->num_cancelled_pkgs ) {
 %     if ( $cgi->param('showcancelledpackages') eq '0' #see if it was set by me
 %          || ( $conf->exists('hidecancelledpackages')
@@ -162,6 +161,7 @@ if ( el ) el.scrollIntoView(true);
 %       $cgi->param('showcancelledpackages', 1);
 %   } 
 
+ <% $br++ ? ' | ' : '' %>
  <% mt('cancelled packages') |h %></a>
 % } 
 

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

Summary of changes:
 httemplate/view/cust_main/packages.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list