From: ivan Date: Tue, 18 Dec 2001 06:29:30 +0000 (+0000) Subject: full number in POP pulldown X-Git-Tag: freeside_1_4_0pre11~178 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=78a46db8485d62447891a73016bc0031f92adf63;p=freeside.git full number in POP pulldown --- diff --git a/FS/FS/svc_acct_pop.pm b/FS/FS/svc_acct_pop.pm index 243c18a8b..fa4f5c670 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 @@ -179,7 +180,7 @@ 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.6 2001-12-18 06:29:30 ivan Exp $ =head1 BUGS