[freeside-commits] branch master updated. d0b9bf2f18ea8c5b6a4267f7498df954bfaeafde

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


The branch, master has been updated
       via  d0b9bf2f18ea8c5b6a4267f7498df954bfaeafde (commit)
      from  6b32ccb2690c96a445fa89e6a0b0f32a6651694a (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 d0b9bf2f18ea8c5b6a4267f7498df954bfaeafde
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Mar 21 06:58:57 2017 -0700

    visual nit: fix stray |

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