[freeside-commits] branch FREESIDE_3_BRANCH updated. e1d1b525c6c19e4cf577eef7de5875ba3ae2a224
Ivan
ivan at 420.am
Tue Feb 24 18:43:39 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via e1d1b525c6c19e4cf577eef7de5875ba3ae2a224 (commit)
from 817ad25684017eb80e97de1032f3f73200f7ad86 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e1d1b525c6c19e4cf577eef7de5875ba3ae2a224
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 24 18:43:38 2015 -0800
more consistent price plan name in UI
diff --git a/FS/FS/part_pkg/agent.pm b/FS/FS/part_pkg/agent.pm
index af7f103..d22bb2f 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',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_pkg/agent.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list