[freeside-commits] freeside/httemplate/view/elements svc_Common.html, 1.18, 1.19

Mark Wells mark at wavetail.420.am
Thu Nov 10 13:40:07 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/elements
In directory wavetail.420.am:/tmp/cvs-serv22579/httemplate/view/elements

Modified Files:
	svc_Common.html 
Log Message:
RADIUS groups for svc_broadband, #14695

Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/elements/svc_Common.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -w -d -r1.18 -r1.19
--- svc_Common.html	27 May 2011 02:25:43 -0000	1.18
+++ svc_Common.html	10 Nov 2011 21:40:05 -0000	1.19
@@ -164,7 +164,7 @@
   my $labels = $opt{labels}; #not -> here
   foreach my $field ( keys %$labels ) {
     my $col = $part_svc->part_svc_column($field);
-    $labels->{$field} = $col->columnlabel if $col->columnlabel !~ /^\S*$/;
+  $labels->{$field} = $col->columnlabel if $col->columnlabel !~ /^\s*$/;
   }
 
 my $pkgnum = $cust_svc->pkgnum;



More information about the freeside-commits mailing list