summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-24 18:43:38 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-24 18:43:38 -0800
commite1d1b525c6c19e4cf577eef7de5875ba3ae2a224 (patch)
tree03369e1d79c622a3fe687f2e3ec81e14533aee54
parent817ad25684017eb80e97de1032f3f73200f7ad86 (diff)
more consistent price plan name in UI
-rw-r--r--FS/FS/part_pkg/agent.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/agent.pm b/FS/FS/part_pkg/agent.pm
index af7f103df..d22bb2fbf 100644
--- a/FS/FS/part_pkg/agent.pm
+++ b/FS/FS/part_pkg/agent.pm
@@ -18,7 +18,7 @@ $me = '[FS::part_pkg::agent]';
%info = (
'name' => 'Wholesale bulk billing, for master customers of an agent.',
- 'shortname' => 'Wholesale bulk billing for agent.',
+ 'shortname' => 'Wholesale bulk billing for agent',
'inherit_fields' => [qw( prorate global_Mixin)],
'fields' => {
#'recur_method' => { 'name' => 'Recurring fee method',