projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c52f29f
)
full number in POP pulldown
author
ivan
<ivan>
Tue, 18 Dec 2001 06:29:30 +0000
(06:29 +0000)
committer
ivan
<ivan>
Tue, 18 Dec 2001 06:29:30 +0000
(06:29 +0000)
FS/FS/svc_acct_pop.pm
patch
|
blob
|
history
diff --git
a/FS/FS/svc_acct_pop.pm
b/FS/FS/svc_acct_pop.pm
index
243c18a
..
fa4f5c6
100644
(file)
--- 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