X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_acct_pop.pm;h=3c9ea01309bb7f35bc4b09b585843e0d4bdb7d23;hb=e9af247503b619f0c61a3ba14481bc76752bdd8b;hp=243c18a8b1c5545b9f12ae097a5c7f0634fbd967;hpb=2f33777f569ff435e4cc00769288b65f53fcfc0e;p=freeside.git diff --git a/FS/FS/svc_acct_pop.pm b/FS/FS/svc_acct_pop.pm index 243c18a8b..3c9ea0130 100644 --- a/FS/FS/svc_acct_pop.pm +++ b/FS/FS/svc_acct_pop.pm @@ -107,7 +107,8 @@ Returns: sub text { my $self = shift; - $self->city. ', '. $self->state. ' ('. $self->ac. ')/'. $self->exch; + $self->city. ', '. $self->state. + ' ('. $self->ac. ')/'. $self->exch. '-'. $self->loc; } =back @@ -120,6 +121,8 @@ sub text { =cut +#horrible false laziness with signup.cgi (pull special-case for 0 & 1 +# pop code out from signup.cgi??) sub popselector { my( $popnum, $state ) = @_; @@ -179,14 +182,16 @@ END =head1 VERSION -$Id: svc_acct_pop.pm,v 1.5 2001-09-27 21:49:31 ivan Exp $ +$Id: svc_acct_pop.pm,v 1.7 2002-04-10 13:42:48 ivan Exp $ =head1 BUGS It should be renamed to part_pop. popselector? putting web ui components in here? they should probably live -somewhere else... +somewhere else... + +popselector: pull special-case for 0 & 1 pop code out from signup.cgi =head1 SEE ALSO