[freeside-commits] branch master updated. 8841199eb48ef43c87524680eb387f6973a5d0fa

Ivan ivan at 420.am
Tue Feb 24 18:43:37 PST 2015


The branch, master has been updated
       via  8841199eb48ef43c87524680eb387f6973a5d0fa (commit)
      from  8142815f404a02df9ba3f92ad8e703a7355c5bcd (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 8841199eb48ef43c87524680eb387f6973a5d0fa
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Feb 24 18:43:36 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 49c2c86..e1165c4 100644
--- a/FS/FS/part_pkg/agent.pm
+++ b/FS/FS/part_pkg/agent.pm
@@ -15,7 +15,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