remove agent_svcid from cust_svc->label and instead put it explicity in customer...
[freeside.git] / httemplate / search / cust_svc.html
index 585431e..2adcbd7 100644 (file)
                                 sub { 
                                   #$_[0]->svc. ': '. $_[0]->label;
                                   my($label, $value, $svcdb) = $_[0]->label;
-                                  "$label: $value";
+                                   my $id = $_[0]->agent_svcid
+                                              ? $_[0]->agent_svcid.': '
+                                              : '';
+                                  "$label: $id$value";
                                 },
                                 # package?
                                 \&FS::UI::Web::cust_fields,